Skip to content

Commit 65909d0

Browse files
committed
add plugin to devDependencies
1 parent 8728f40 commit 65909d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prepublish": "npm run build",
1212
"build": "./node_modules/.bin/babel src -d lib",
1313
"it": "./node_modules/.bin/mocha --require babel-register test/integration/**",
14-
"postinstall": "./bin/postinstall"
14+
"postinstall": "./bin/postinstall"
1515
},
1616
"repository": {
1717
"type": "git",
@@ -33,6 +33,7 @@
3333
"homepage": "https://github.com/PieLabs/pie-cli#readme",
3434
"devDependencies": {
3535
"babel-cli": "^6.14.0",
36+
"babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
3637
"chai": "^3.5.0",
3738
"expand-home-dir": "0.0.3",
3839
"minimist": "^1.2.0",

0 commit comments

Comments
 (0)