mirror of
https://github.com/wangdoc/javascript-tutorial.git
synced 2025-12-24 03:03:53 +08:00
refactor: update dependencies
This commit is contained in:
10
package.json
10
package.json
@@ -14,11 +14,6 @@
|
||||
"server": "loppo server",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-push": "npm update"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/wangdoc/javascript-tutorial.git"
|
||||
@@ -35,9 +30,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/wangdoc/javascript-tutorial",
|
||||
"dependencies": {
|
||||
"gh-pages": "5.x",
|
||||
"husky": "^4.3.8",
|
||||
"gh-pages": "6.x",
|
||||
"loppo": "^0.6.24",
|
||||
"loppo-theme-wangdoc": "^0.6.1"
|
||||
"loppo-theme-wangdoc": "^0.7.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user