Skip to content

Commit 423c61d

Browse files
committed
Update deps, tests pass against rollup@2.0.0
1 parent d6534b5 commit 423c61d

2 files changed

Lines changed: 298 additions & 307 deletions

File tree

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111
],
1212
"scripts": {
1313
"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"
14+
"test": "yarn run build && node test/test.js --verbose"
15+
},
16+
"husky": {
17+
"hooks": {
18+
"pre-commit": "yarn run build && node test/test.js && git add index.js"
19+
}
1620
},
1721
"repository": {
1822
"type": "git",
@@ -40,8 +44,8 @@
4044
},
4145
"homepage": "http://rollup-plugin-analyzer.doesdev.com/",
4246
"devDependencies": {
43-
"husky": "^3.0.9",
44-
"mvt": "4.0.0",
47+
"husky": "^4.2.3",
48+
"mvt": "4.1.0",
4549
"rollup": "npm:rollup@latest",
4650
"rollup100": "npm:rollup@1.0.x",
4751
"rollup60": "npm:rollup@0.60.x",

0 commit comments

Comments
 (0)