Add commits cmd and hopefully fix the double db issue!

This commit is contained in:
Wessel T
2019-02-07 21:55:48 +01:00
parent 1c3add1a36
commit 083b857795
14 changed files with 152 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "wump",
"version": "1.3.2",
"version": "1.4.0",
"displayName": "Wump",
"description": "A multi-platform bot written in Node.js",
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
@@ -11,15 +11,15 @@
"license": "GPL-3.0",
"dependencies": {
"eris": "^0.9.0",
"js-yaml": "^3.12.0",
"js-yaml": "^3.12.1",
"larg": "^0.0.1",
"mathjs": "^5.1.2",
"moment": "^2.22.2",
"mongoose": "^5.2.17",
"mathjs": "^5.4.2",
"moment": "^2.24.0",
"mongoose": "^5.4.10",
"nabbit": "^0.0.2",
"sharp": "^0.21.3",
"table": "^5.1.0",
"vm2": "^3.6.3",
"table": "^5.2.2",
"vm2": "^3.6.10",
"wumpfetch": "^0.0.5"
},
"devDependencies": {