Skip to content

Commit 3db2440

Browse files
committed
Add Nyc
1 parent 1d585fb commit 3db2440

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "eslint .",
88
"lint:fix": "npm run lint -- --fix",
9-
"test": "npm run lint && ava"
9+
"test": "npm run lint && nyc -c ava"
1010
},
1111
"engines": {
1212
"node": ">=0.10"
@@ -41,6 +41,7 @@
4141
"eslint-plugin-import": "^2.16.0",
4242
"eslint-plugin-node": "^8.0.1",
4343
"eslint-plugin-promise": "^4.0.1",
44-
"eslint-plugin-standard": "^4.0.0"
44+
"eslint-plugin-standard": "^4.0.0",
45+
"nyc": "^13.3.0"
4546
}
4647
}

0 commit comments

Comments
 (0)