[client] set haxework version 0.9.0

This commit is contained in:
2019-03-11 22:48:03 +03:00
parent b2ba4362fe
commit b62956cc95
4 changed files with 9 additions and 13 deletions

View File

@@ -1,18 +1,19 @@
{
"name": "tankz",
"version": "0.7.5",
"version": "0.8.0",
"private": true,
"devDependencies": {
"dateformat": "^3.0.3",
"gulp": "^4.0.0",
"gulp-add": "0.0.2",
"gulp-clean": "^0.4.0",
"gulp-haxetool": "^0.0.14"
},
"haxeDependencies": {
"haxework": "git@bitbucket.org:shmyga/haxework.git",
"haxework": "0.9.0",
"lime": "7.2.1",
"openfl": "8.8.0",
"hxcpp": "4.0.4",
"hxcpp": "4.0.8",
"promhx": "1.1.0",
"protohx": "0.4.6",
"yaml": "1.3.0",
@@ -20,8 +21,5 @@
"yield": "2.0.0",
"haxe-crypto": "0.0.7",
"svg": "1.1.2"
},
"dependencies": {
"gulp-add": "0.0.2"
}
}