mirror of
https://github.com/wangdoc/javascript-tutorial.git
synced 2024-10-11 13:12:20 +00:00
refactor: update dependencies
This commit is contained in:
parent
2f55be82dc
commit
370bb5f9ea
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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user