From bf426a0d2e80e0df86670b30b6d04a5aa39918db Mon Sep 17 00:00:00 2001 From: shmyga Date: Wed, 2 May 2018 22:09:25 +0300 Subject: [PATCH] update README --- README.md | 10 +++------- example/package.json | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4b3f971..ee7dadd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Dignity -* Automatically download HaXe SDK, FlashPlayer, Adobe AIR SDK. +* Automatically download HaXe SDK, Neko, FlashPlayer, +(Adobe AIR SDK). * Universal project config for simple HaXe build and OpenFL build. * Branch project config for many build presets (many OpenFL apps in one project). * Packaging linux output in DEB. @@ -17,10 +17,6 @@ * Adobe AIR Build System in progress. * Packaging Windows application in progress (with [Inno Setup](http://www.jrsoftware.org/isinfo.php)) -### Dependencies - -* [Neko VM](https://nekovm.org/download/) - ## API @@ -75,7 +71,7 @@ eg: ```gulp app:flash:build``` "devDependencies": { "gulp": "^4.0.0", "gulp-clean": "^0.4.0", - "gulp-haxetool": "^0.0.8" + "gulp-haxetool": "^0.0.10" }, "haxeDependencies": { "lime": "6.0.1", @@ -146,7 +142,7 @@ const project = new Project( Project.Platform.LINUX, ], config -).bind(module, gulp); +).bind(module); module.exports.default = gulp.series( exports.clean, diff --git a/example/package.json b/example/package.json index 27162b9..69b91cb 100644 --- a/example/package.json +++ b/example/package.json @@ -4,7 +4,7 @@ "devDependencies": { "gulp": "^4.0.0", "gulp-clean": "^0.4.0", - "gulp-haxetool": "^0.0.8" + "gulp-haxetool": "^0.0.10" }, "haxeDependencies": { "lime": "6.0.1",