This commit is contained in:
Ben 2020-09-27 19:16:07 -07:00
parent 604c2994d4
commit ba7bef4322

View File

@ -5,7 +5,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"testlint": "eslint bin lib && nyc -r=text -r=lcov mocha", "testlint": "eslint bin lib && nyc -r=text -r=lcov mocha",
"test": "eslint bin lib; nyc -r=text -r=lcov mocha", "test": "nyc -r=text -r=lcov mocha",
"testonly": "nyc -r=text -r=lcov mocha", "testonly": "nyc -r=text -r=lcov mocha",
"watch": "mocha --watch", "watch": "mocha --watch",
"install": "node bin/build.js", "install": "node bin/build.js",