We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3f62d6 + b7269e7 commit ad98c0bCopy full SHA for ad98c0b
package.json
@@ -24,6 +24,7 @@
24
"scripts": {
25
"lint": "eslint .",
26
"lint-fix": "eslint --fix .",
27
+ "precommit": "npm run lint",
28
"pretest": "npm run lint",
29
"test": "nyc mocha --reporter spec --recursive",
30
"coverage": "nyc report --reporter=text-lcov | coveralls"
@@ -46,6 +47,7 @@
46
47
"eslint-plugin-node": "^8.0.0",
48
"eslint-plugin-promise": "^4.0.1",
49
"eslint-plugin-standard": "^4.0.0",
50
+ "husky": "^1.3.1",
51
"mocha": "^5.2.0",
52
"nock": "^9.6.1",
53
"nyc": "^13.0.1",
0 commit comments