bump for package.json
This commit is contained in:
parent
16a777ad33
commit
cdd03e68fe
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hashbot",
|
"name": "hashbot",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "A bot for slack wich displays lbrys current hashrate via the open api.",
|
"description": "A bot for slack wich displays lbrys current hashrate via the open api.",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
"moment": "^2.17.1",
|
"moment": "^2.17.1",
|
||||||
"mongodb": "^2.2.22",
|
"mongodb": "^2.2.22",
|
||||||
"needle": "^1.0.0",
|
"needle": "^1.0.0",
|
||||||
"request": "^2.74.0",
|
"request": "^2.81.0",
|
||||||
"slackbots": "^0.5.1",
|
"slackbots": "^0.5.1",
|
||||||
"xmlhttprequest": "1.8.0"
|
"xmlhttprequest": "1.8.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue