Skip to content

Commit

Permalink
Move node-fetch from devDep to Dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Smrecz committed Aug 13, 2023
1 parent 39f8fe1 commit 079b71e
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 @@ -30,12 +30,12 @@
"dependencies": {
"bignumber.js": "^9.1.1",
"reflect-metadata": "^0.1.13",
"typedi": "^0.10.0"
"typedi": "^0.10.0",
"@types/node-fetch": "^2.6.3"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.15.11",
"@types/node-fetch": "^2.6.3",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
Expand Down

0 comments on commit 079b71e

Please sign in to comment.