Skip to content

Commit c784f8d

Browse files
committed
update dev deps
1 parent 4ac86e5 commit c784f8d

File tree

2 files changed

+2281
-914
lines changed

2 files changed

+2281
-914
lines changed

package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "index.js",
66
"scripts": {
77
"prepublish": "npm run lint",
8-
"precommit": "lint-staged",
98
"lint": "xo",
109
"test": "npm run lint"
1110
},
@@ -26,12 +25,12 @@
2625
},
2726
"homepage": "https://github.com/vinaypuppal/preact-cli-plugin-netlify#readme",
2827
"devDependencies": {
29-
"babel-eslint": "^8.0.2",
30-
"eslint-config-prettier": "^2.7.0",
31-
"husky": "^0.14.3",
32-
"lint-staged": "^4.3.0",
33-
"prettier": "^1.8.2",
34-
"xo": "^0.18.2"
28+
"babel-eslint": "^10.0.2",
29+
"eslint-config-prettier": "^6.0.0",
30+
"husky": "^3.0.0",
31+
"lint-staged": "^9.2.0",
32+
"prettier": "^1.18.2",
33+
"xo": "^0.24.0"
3534
},
3635
"xo": {
3736
"parser": "babel-eslint",
@@ -52,5 +51,10 @@
5251
"xo",
5352
"git add"
5453
]
54+
},
55+
"husky": {
56+
"hooks": {
57+
"pre-commit": "lint-staged"
58+
}
5559
}
5660
}

0 commit comments

Comments
 (0)