Fix line endings

This commit is contained in:
Artem Chivchalov
2016-11-09 12:39:11 +03:00
parent cb8d9a02ea
commit 47d23f502e

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "1.0.0",
"version": "1.0.1",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -13,13 +13,13 @@
"url": "https://github.com/screeps/screeps.git"
},
"dependencies": {
"@screeps/backend": "1.0.0",
"@screeps/backend": "1.0.1",
"@screeps/common": "1.0.0",
"@screeps/driver": "1.0.0",
"@screeps/engine": "1.0.0",
"@screeps/launcher": "1.0.0",
"@screeps/engine": "1.0.1",
"@screeps/launcher": "1.0.1",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "1.0.0"
"@screeps/storage": "1.0.1"
},
"screeps_build": 33
}
}