Skip to content

Commit b9af58c

Browse files
author
Jed Mao
committed
v1.0.2: Fix babelify
1 parent 2a79f83 commit b9af58c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-nested-props",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "PostCSS plugin to unwrap nested properties.",
55
"main": "dist/lib/plugin.js",
66
"scripts": {
@@ -37,6 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"babel": "^6.3.26",
40+
"babel-cli": "^6.4.5",
4041
"babel-core": "^6.4.5",
4142
"babel-eslint": "^4.1.6",
4243
"babel-preset-es2015": "^6.3.13",

0 commit comments

Comments
 (0)