Skip to content

Commit 4f3e2d7

Browse files
committed
Release v1.2.0
1 parent 4ce2036 commit 4f3e2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-css-in-js",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A plugin for Babel v6 which transforms inline styles defined in JavaScript modules into class names so they become available to, e.g. the `className` prop of React elements. While transforming, the plugin processes all JavaScript style definitions found and bundles them up into a CSS file, ready to be requested from your web server.",
55
"main": "lib/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)