Skip to content

Commit

Permalink
FIxed firebase admin installing in wrong package
Browse files Browse the repository at this point in the history
  • Loading branch information
muazamkamal committed Jun 12, 2020
1 parent a048dbd commit 30e2f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"start": "node ./src/index.js"
},
"dependencies": {
"discord.js": "^12.2.0"
"discord.js": "^12.2.0",
"firebase-admin": "^8.12.1"
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"utility": "node ./index.js"
},
"dependencies": {
"firebase-admin": "^8.12.1",
"fs-extra": "^9.0.1",
"qoa": "^0.2.0",
"validate-npm-package-name": "^3.0.0"
Expand Down

0 comments on commit 30e2f49

Please sign in to comment.