Skip to content

Commit

Permalink
refactor: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Jun 9, 2024
1 parent 2f55be8 commit 370bb5f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
}

0 comments on commit 370bb5f

Please sign in to comment.