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 1d585fb commit 3db2440Copy full SHA for 3db2440
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"lint": "eslint .",
8
"lint:fix": "npm run lint -- --fix",
9
- "test": "npm run lint && ava"
+ "test": "npm run lint && nyc -c ava"
10
},
11
"engines": {
12
"node": ">=0.10"
@@ -41,6 +41,7 @@
41
"eslint-plugin-import": "^2.16.0",
42
"eslint-plugin-node": "^8.0.1",
43
"eslint-plugin-promise": "^4.0.1",
44
- "eslint-plugin-standard": "^4.0.0"
+ "eslint-plugin-standard": "^4.0.0",
45
+ "nyc": "^13.3.0"
46
}
47
0 commit comments