mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add node-fetch dependency
This commit is contained in:
parent
e4332b74f9
commit
51e2aaa3ea
1 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
"dev": "concurrently \"tsc -w\" \"nodemon --watch ./build/ --exec npm run start\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node-fetch": "^2.6.6",
|
||||
"chai": "^4.3.6",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"mocha": "^10.0.0"
|
||||
|
|
@ -28,4 +29,4 @@
|
|||
"dotenv": "^16.0.1",
|
||||
"jsonwebtoken": "^8.5.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue