Skip to content

Commit 5e91bc5

Browse files
committed
Release v1.4.1
1 parent ac6b9cf commit 5e91bc5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-css-in-js",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
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": [
@@ -10,7 +10,9 @@
1010
"bundler"
1111
],
1212
"author": "Martin Andert",
13-
"contributors": ["Stefano J. Attardi"],
13+
"contributors": [
14+
"Stefano J. Attardi"
15+
],
1416
"license": "MIT",
1517
"repository": {
1618
"type": "git",

0 commit comments

Comments
 (0)