Node 7.9.0

This commit is contained in:
Daniel Odendahl Jr
2017-04-14 17:23:03 +00:00
parent 53182ba50e
commit 2fa8a0e1d6
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiaobot", "name": "xiaobot",
"version": "24.3.1", "version": "24.3.2",
"description": "A Discord Bot", "description": "A Discord Bot",
"main": "shardingmanager.js", "main": "shardingmanager.js",
"repository": { "repository": {
@@ -11,7 +11,7 @@
"start": "node shardingmanager.js" "start": "node shardingmanager.js"
}, },
"engines": { "engines": {
"node": "7.8.0" "node": "7.9.0"
}, },
"author": "dragonfire535", "author": "dragonfire535",
"license": "ISC", "license": "ISC",