We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca7d06 commit ae5f70fCopy full SHA for ae5f70f
package.json
@@ -8,10 +8,10 @@
8
"test": "test"
9
},
10
"scripts": {
11
- "coverage": "./node_modules/.bin/nyc --reporter=lcov --reporter=text --reporter=json-summary npm test",
12
- "prepublishOnly": "./node_modules/.bin/jsdoc2md --template ./docs/template.hbs --files ./src/*.js > ./docs/docs.md",
13
- "lint": "./node_modules/.bin/eslint src/ test/",
14
- "test": "./node_modules/.bin/mocha"
+ "coverage": "nyc --reporter=lcov --reporter=text --reporter=json-summary npm test",
+ "prepublishOnly": "jsdoc2md --template ./docs/template.hbs --files ./src/*.js > ./docs/docs.md",
+ "lint": "eslint src/ test/",
+ "test": "mocha"
15
16
"repository": {
17
"type": "git",
0 commit comments