mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-07-13 14:51:11 -05:00
fixed updater
This commit is contained in:
parent
5b9db74d12
commit
410d43d575
|
|
@ -11,7 +11,7 @@
|
|||
"babel-node": "babel-node --presets=es2015",
|
||||
"boot": "npm run babel-node -- ./src/index.js",
|
||||
"api": "npm run babel-node -- ./api/index.js",
|
||||
"update": "npm run babel-node -- ./update.js"
|
||||
"update": "npm run babel-node -- ./updater.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6.x",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user