Specified Node 10.x as engine for project, as screeps now runs on Node 10
This commit is contained in:
@@ -27,11 +27,14 @@
|
|||||||
"url": "https://github.com/screepers/screeps-typescript-starter/issues"
|
"url": "https://github.com/screepers/screeps-typescript-starter/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/screepers/screeps-typescript-starter#readme",
|
"homepage": "https://github.com/screepers/screeps-typescript-starter#readme",
|
||||||
|
"engines": {
|
||||||
|
"node": "10.x"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chai": "^4.1.6",
|
"@types/chai": "^4.1.6",
|
||||||
"@types/lodash": "^3.10.1",
|
"@types/lodash": "^3.10.1",
|
||||||
"@types/mocha": "^5.2.5",
|
"@types/mocha": "^5.2.5",
|
||||||
"@types/node": "^10.5.5",
|
"@types/node": "^10.17.18",
|
||||||
"@types/screeps": "^3.0.0",
|
"@types/screeps": "^3.0.0",
|
||||||
"@types/sinon": "^5.0.5",
|
"@types/sinon": "^5.0.5",
|
||||||
"@types/sinon-chai": "^3.2.0",
|
"@types/sinon-chai": "^3.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user