Skip to content

Commit ae5f70f

Browse files
favnamroderick
authored andcommitted
Oof this has been a long time coming
1 parent 7ca7d06 commit ae5f70f

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
@@ -8,10 +8,10 @@
88
"test": "test"
99
},
1010
"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"
11+
"coverage": "nyc --reporter=lcov --reporter=text --reporter=json-summary npm test",
12+
"prepublishOnly": "jsdoc2md --template ./docs/template.hbs --files ./src/*.js > ./docs/docs.md",
13+
"lint": "eslint src/ test/",
14+
"test": "mocha"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)