Skip to content

Commit 4913a4d

Browse files
committed
Release v1.4.0
1 parent 399d3e6 commit 4913a4d

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.3.0",
3+
"version": "1.4.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)