Skip to content

Commit

Permalink
fix(package.json): Move some dependencies into devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zaid450 committed Sep 25, 2020
1 parent 5fad114 commit e8c9bb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"prettier": "^2.0.5",
"semantic-release": "^17.1.1",
"ts-mocha": "^7.0.0",
"typescript": "^3.9.7"
"typescript": "^3.9.7",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0"
},
"dependencies": {
"@discordjs/collection": "^0.1.6",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"node-fetch": "^2.6.1"
}
}

0 comments on commit e8c9bb8

Please sign in to comment.