Drop Istanbul to kill install warnings

This commit is contained in:
Claudia Meadows 2024-09-25 20:59:27 -07:00
parent 27d94544a2
commit e15602ba49
2 changed files with 1 additions and 587 deletions

View file

@ -20,15 +20,13 @@
"perf": "node performance/test-perf.js",
"pretest": "npm run lint",
"test": "run-s test:js",
"test:js": "ospec",
"cover": "istanbul cover --print both ospec"
"test:js": "ospec"
},
"devDependencies": {
"benchmark": "^2.1.4",
"chokidar": "^4.0.1",
"eslint": "^8.9.0",
"glob": "^11.0.0",
"istanbul": "^0.4.5",
"npm-run-all": "^4.1.5",
"ospec": "4.2.1",
"rimraf": "^6.0.1",