[update] (npm) up gulp-haxetool version
This commit is contained in:
@@ -36,11 +36,6 @@ const config = new Project.Config({
|
||||
],
|
||||
});
|
||||
|
||||
/*
|
||||
<dependency name="android" path="/opt/repo/games/puzzlez/dependencies/android" if="android"/>
|
||||
<android extension="ru.m.android.FileUtil"/>
|
||||
*/
|
||||
|
||||
const app = new Project(
|
||||
Project.BuildSystem.OPENFL,
|
||||
[
|
||||
@@ -55,6 +50,10 @@ const app = new Project(
|
||||
sources: [
|
||||
'src/haxe',
|
||||
],
|
||||
android: [{
|
||||
path: 'dependencies/android',
|
||||
extensions: ['ru.m.android.FileUtil'],
|
||||
}],
|
||||
assets: [
|
||||
'src/resources',
|
||||
],
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"gulp-add": "0.0.2",
|
||||
"gulp-clean": "^0.4.0",
|
||||
"gulp-cli": "^2.2.0",
|
||||
"gulp-haxetool": "0.1.3",
|
||||
"gulp-haxetool": "0.1.4",
|
||||
"yargs": "^13.2.4"
|
||||
},
|
||||
"haxeDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user