Skip to content

Commit

Permalink
fix: package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Feb 26, 2020
1 parent 0dbf4d4 commit e7cf5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"dependencies": {
"arg": "^4.1.3",
"chalk": "^3.0.0",
"git-user-name": "^2.0.0",
"git-user-email": "git://github.com/codejamninja/git-user-email.git#npm",
"latest-version": "^5.1.0"
},
"devDependencies": {
Expand All @@ -35,8 +37,6 @@
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/git": "^7.0.18",
"@semantic-release/npm": "^5.3.5",
"git-user-name": "^2.0.0",
"git-user-email": "git://github.com/codejamninja/git-user-email.git#npm",
"husky": "^4.2.3",
"npm-run-all": "^4.1.5",
"semantic-release": "^15.14.0"
Expand Down

0 comments on commit e7cf5b8

Please sign in to comment.