Skip to content

Commit 370bb5f

Browse files
committed
refactor: update dependencies
1 parent 2f55be8 commit 370bb5f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

package.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
"server": "loppo server",
1515
"test": "echo \"Error: no test specified\" && exit 1"
1616
},
17-
"husky": {
18-
"hooks": {
19-
"pre-push": "npm update"
20-
}
21-
},
2217
"repository": {
2318
"type": "git",
2419
"url": "git+https://github.com/wangdoc/javascript-tutorial.git"
@@ -35,9 +30,8 @@
3530
},
3631
"homepage": "https://github.com/wangdoc/javascript-tutorial",
3732
"dependencies": {
38-
"gh-pages": "5.x",
39-
"husky": "^4.3.8",
33+
"gh-pages": "6.x",
4034
"loppo": "^0.6.24",
41-
"loppo-theme-wangdoc": "^0.6.1"
35+
"loppo-theme-wangdoc": "^0.7.1"
4236
}
4337
}

0 commit comments

Comments
 (0)