We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f0f49 commit a9d4886Copy full SHA for a9d4886
2 files changed
package.json
@@ -20,8 +20,7 @@
20
"pretest": "npm run lint",
21
"test": "jest",
22
"pretravis": "npm run lint && npm run clean",
23
- "travis": "npm run cover",
24
- "precommit": "lint-staged"
+ "travis": "npm run cover"
25
},
26
"repository": "SimenB/add-asset-html-webpack-plugin",
27
"keywords": [
@@ -54,7 +53,7 @@
54
53
"eslint-config-simenb-base": "^15.0.0",
55
"eslint_d": "^7.1.0",
56
"html-webpack-plugin": "^4.0.0-0",
57
- "husky": "^0.14.3",
+ "husky": "^1.0.1",
58
"jest": "^23.6.0",
59
"jest-watch-typeahead": "^0.2.0",
60
"licensor": "^4.0.0",
@@ -114,5 +113,10 @@
114
113
}
115
116
]
+ },
117
+ "husky": {
118
+ "hooks": {
119
+ "pre-commit": "lint-staged"
120
+ }
121
122
0 commit comments