Skip to content
This repository was archived by the owner on Jun 9, 2019. It is now read-only.

Commit 6537a7d

Browse files
committed
update dev tools
1 parent 881de8a commit 6537a7d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"build:to5": "babel src --out-dir lib",
5151
"cover": "babel-node $(npm bin)/isparta cover --report text --report html --report lcov _mocha",
5252
"lint": "eslint src test",
53-
"mocha": "mocha --compilers js:babel-register",
54-
"prepublish": "npm run lint && npm run mocha && npm run build",
55-
"test": "mocha --compilers js:espower-babel/guess",
56-
"travis": "npm run lint && npm run cover"
53+
"prepublish": "npm run lint && npm run test && npm run build",
54+
"test": "mocha --compilers js:babel-register",
55+
"test:pow": "mocha --compilers js:espower-babel/guess",
56+
"travis": "npm run lint && npm run test"
5757
}
5858
}

test/.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"mocha": true
55
},
66
"rules": {
7+
"no-new": 0,
78
"no-undefined": 0,
89
"no-var": 0
910
},

0 commit comments

Comments
 (0)