Update to remove node_modules

This commit is contained in:
Luca Schwan
2020-03-25 11:16:28 +01:00
parent 83c3f62ce1
commit a09be393a3
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -386,6 +386,11 @@
"is-obj": "^1.0.0"
}
},
"dotenv": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
"integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw=="
},
"duplexer3": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
+1
View File
@@ -11,6 +11,7 @@
"license": "ISC",
"dependencies": {
"discord.js": "^12.0.2",
"dotenv": "^8.2.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.2"
},