We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4d724 commit 4acdeedCopy full SHA for 4acdeed
package.json
@@ -25,7 +25,7 @@
25
"license": "MIT",
26
"scripts": {
27
"lint": "xo",
28
- "test": "npm run test:node && npm run test:browser",
+ "test": "npm run test:node && npm run test:browser && npm run lint",
29
"test:node": "istanbul cover _mocha -- test.js",
30
"test:browser": "karma start --single-run",
31
"test:coverage": "cat ./coverage/lcov.info | coveralls"
@@ -49,6 +49,6 @@
49
"main": "./src/index.js",
50
"browser": "./src/browser.js",
51
"engines": {
52
- "node": ">=6.0"
+ "node": ">=6.0"
53
}
54
0 commit comments