Skip to content

Commit

Permalink
fix: added @adiwajshing/keyed-db to dependencies (WhiskeySockets#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
OSintt authored Jun 17, 2023
1 parent 54f8215 commit eb744a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"test": "jest"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^9.1.3",
"axios": "^1.3.3",
"cache-manager": "^5.2.2",
Expand All @@ -57,7 +58,6 @@
},
"devDependencies": {
"@adiwajshing/eslint-config": "https://github.com/adiwajshing/eslint-config.git",
"@adiwajshing/keyed-db": "^0.2.4",
"@types/got": "^9.6.11",
"@types/jest": "^27.5.1",
"@types/node": "^16.0.0",
Expand All @@ -77,16 +77,12 @@
"typescript": "^4.0.0"
},
"peerDependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"jimp": "^0.16.1",
"link-preview-js": "^3.0.0",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.30.5"
},
"peerDependenciesMeta": {
"@adiwajshing/keyed-db": {
"optional": true
},
"jimp": {
"optional": true
},
Expand Down

0 comments on commit eb744a4

Please sign in to comment.