We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8728f40 commit 65909d0Copy full SHA for 65909d0
1 file changed
package.json
@@ -11,7 +11,7 @@
11
"prepublish": "npm run build",
12
"build": "./node_modules/.bin/babel src -d lib",
13
"it": "./node_modules/.bin/mocha --require babel-register test/integration/**",
14
- "postinstall": "./bin/postinstall"
+ "postinstall": "./bin/postinstall"
15
},
16
"repository": {
17
"type": "git",
@@ -33,6 +33,7 @@
33
"homepage": "https://github.com/PieLabs/pie-cli#readme",
34
"devDependencies": {
35
"babel-cli": "^6.14.0",
36
+ "babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
37
"chai": "^3.5.0",
38
"expand-home-dir": "0.0.3",
39
"minimist": "^1.2.0",
0 commit comments