We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6534b5 commit 423c61dCopy full SHA for 423c61d
2 files changed
package.json
@@ -11,8 +11,12 @@
11
],
12
"scripts": {
13
"build": "standard module.js && node ./node_modules/rollup/dist/bin/rollup -c",
14
- "test": "yarn run build && node test/test.js --verbose",
15
- "precommit": "yarn run build && node test/test.js && git add index.js"
+ "test": "yarn run build && node test/test.js --verbose"
+ },
16
+ "husky": {
17
+ "hooks": {
18
+ "pre-commit": "yarn run build && node test/test.js && git add index.js"
19
+ }
20
},
21
"repository": {
22
"type": "git",
@@ -40,8 +44,8 @@
40
44
41
45
"homepage": "http://rollup-plugin-analyzer.doesdev.com/",
42
46
"devDependencies": {
43
- "husky": "^3.0.9",
- "mvt": "4.0.0",
47
+ "husky": "^4.2.3",
48
+ "mvt": "4.1.0",
49
"rollup": "npm:rollup@latest",
50
"rollup100": "npm:rollup@1.0.x",
51
"rollup60": "npm:rollup@0.60.x",
0 commit comments