Skip to content

Commit 103ed9b

Browse files
authored
Merge pull request dwyl#27 from cristianofromagio/fix-istanbul-install-error
Update deprecated dependencies, fix issue dwyl#26
2 parents 95355f2 + 2031ca0 commit 103ed9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"author": "@dwyl & friends!",
1212
"devDependencies": {
1313
"decache": "^4.5.1",
14-
"istanbul": "^0.4.5",
1514
"jsdom": "^16.0.1",
1615
"jsdom-global": "^3.0.2",
1716
"live-server": "^1.2.1",
17+
"nyc": "^15.0.1",
1818
"pre-commit": "^1.2.2",
19-
"tap-spec": "^5.0.0",
19+
"tap-nyc": "^1.0.3",
2020
"tape": "^4.13.0"
2121
},
2222
"scripts": {
23-
"check-coverage": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
23+
"check-coverage": "nyc check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
2424
"postinstall": "npm test",
2525
"retest": "PORT=8000 node_modules/.bin/nodemon ./test/*.js",
2626
"start": "node lib/server.js",
2727
"dev": "live-server",
28-
"test": "istanbul cover tape ./test/*.test.js | tap-spec"
28+
"test": "nyc tape ./test/*.test.js | tap-nyc"
2929
},
3030
"keywords": [
3131
"Todo List",

0 commit comments

Comments
 (0)