We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f55be8 commit 370bb5fCopy full SHA for 370bb5f
package.json
@@ -14,11 +14,6 @@
14
"server": "loppo server",
15
"test": "echo \"Error: no test specified\" && exit 1"
16
},
17
- "husky": {
18
- "hooks": {
19
- "pre-push": "npm update"
20
- }
21
- },
22
"repository": {
23
"type": "git",
24
"url": "git+https://github.com/wangdoc/javascript-tutorial.git"
@@ -35,9 +30,8 @@
35
30
36
31
"homepage": "https://github.com/wangdoc/javascript-tutorial",
37
32
"dependencies": {
38
- "gh-pages": "5.x",
39
- "husky": "^4.3.8",
33
+ "gh-pages": "6.x",
40
34
"loppo": "^0.6.24",
41
- "loppo-theme-wangdoc": "^0.6.1"
+ "loppo-theme-wangdoc": "^0.7.1"
42
}
43
0 commit comments