Skip to content
Snippets Groups Projects
Commit 26ca78e0 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

Fix package.json

parent 491053d6
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,13 @@
"bin": "./app/index.js",
"main": "app/index.js",
"scripts": {
"eslint": "eslint app",
"eslint-fix": "eslint app --fix",
"istanbul": "istanbul cover _mocha test",
"lint": "eslint app",
"lint-fix": "eslint app --fix",
"mocha": "mocha test",
"start": "node app",
"test": "istanbul cover _mocha test"
"test": "npm run lint && npm run istanbul"
},
"repository": {
"type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment