[package.json] downgrade openfl version (html5 build fail)

This commit is contained in:
2018-05-14 17:19:36 +03:00
parent fbdf018422
commit 13c1299bf0

View File

@@ -6,11 +6,11 @@
"dateformat": "^3.0.3", "dateformat": "^3.0.3",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-clean": "^0.4.0", "gulp-clean": "^0.4.0",
"gulp-haxetool": "^0.0.11" "gulp-haxetool": "^0.0.12"
}, },
"haxeDependencies": { "haxeDependencies": {
"lime": "6.3.0", "lime": "6.0.1",
"openfl": "8.0.0", "openfl": "7.0.0",
"hxcpp": "3.4.188", "hxcpp": "3.4.188",
"promhx": "1.1.0", "promhx": "1.1.0",
"protohx": "0.4.6", "protohx": "0.4.6",