Skip to content

Commit

Permalink
fix: put dependencies in the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarMulder committed Aug 26, 2022
1 parent 2cb201b commit e1e7a26
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"keywords": [],
"author": "Codam Coding College <it@codam.nl>",
"license": "ISC",
"dependencies": {
"bottleneck": "^2.19.5",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.2"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"typescript": "4.7.4"
},
"dependencies": {
"typescript": "4.7.4",
"semantic-release": "^19.0.5",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"bottleneck": "^2.19.5",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.2",
"semantic-release": "^19.0.5"
"@semantic-release/github": "^8.0.5"
}
}

0 comments on commit e1e7a26

Please sign in to comment.