mirror of
https://github.com/HenShalom/json-version-control.git
synced 2026-05-15 14:15:49 -06:00
add nyc for covrage
This commit is contained in:
parent
dbe3e737a6
commit
f716cad173
2 changed files with 1638 additions and 2008 deletions
3640
package-lock.json
generated
3640
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -4,7 +4,10 @@
|
|||
"description": "easy to use and simple json version control ",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha --require babel-core/register --watch "
|
||||
"test": "mocha --require babel-core/register --watch ",
|
||||
"single-run-test": "mocha --require babel-core/register",
|
||||
"coverage":
|
||||
"nyc --require babel-core/register --reporter=text --reporter=html npm run single-run-test"
|
||||
},
|
||||
"author": "Hen Shalom",
|
||||
"license": "ISC",
|
||||
|
|
@ -17,6 +20,7 @@
|
|||
"eslint-config-airbnb-base": "^12.1.0",
|
||||
"eslint-plugin-import": "^2.9.0",
|
||||
"mocha": "^5.0.1",
|
||||
"nyc": "^11.4.1",
|
||||
"prettier-eslint": "^8.8.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue