Skip to content

Commit 5f6a53d

Browse files
committed
test: remove test.js
close #10
1 parent 00e1edf commit 5f6a53d

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "test"
2323
},
2424
"scripts": {
25-
"build": "babel src --out-dir lib --source-maps",
25+
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
2626
"watch": "babel src --out-dir lib --watch --source-maps",
2727
"prepublish": "npm run --if-present build",
2828
"test": "mocha"
@@ -33,7 +33,7 @@
3333
],
3434
"devDependencies": {
3535
"babel-cli": "^6.1.18",
36-
"babel-plugin-add-module-exports": "^0.1.1",
36+
"babel-plugin-add-module-exports": "^0.2.1",
3737
"babel-preset-es2015": "^6.1.18",
3838
"espower-babel": "^4.0.0",
3939
"mocha": "^2.3.4",

test/test.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)