We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e1edf commit 5f6a53dCopy full SHA for 5f6a53d
package.json
@@ -22,7 +22,7 @@
22
"test": "test"
23
},
24
"scripts": {
25
- "build": "babel src --out-dir lib --source-maps",
+ "build": "NODE_ENV=production babel src --out-dir lib --source-maps",
26
"watch": "babel src --out-dir lib --watch --source-maps",
27
"prepublish": "npm run --if-present build",
28
"test": "mocha"
@@ -33,7 +33,7 @@
33
],
34
"devDependencies": {
35
"babel-cli": "^6.1.18",
36
- "babel-plugin-add-module-exports": "^0.1.1",
+ "babel-plugin-add-module-exports": "^0.2.1",
37
"babel-preset-es2015": "^6.1.18",
38
"espower-babel": "^4.0.0",
39
"mocha": "^2.3.4",
test/test.js
0 commit comments