This commit is contained in:
Dave Horton
2021-02-17 20:07:37 -05:00
parent 87b8e5ac92
commit 5fdf8c613b

View File

@@ -6,7 +6,7 @@
"scripts": {
"test": "NODE_ENV=test node test/ | ./node_modules/.bin/tap-spec",
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
"jslint": "eslint app.js lib"
"jslint": "eslint lib"
},
"author": "Dave Horton",
"repository": {