up version to 0.0.11

This commit is contained in:
2018-05-07 17:02:16 +03:00
parent d3f8f4940c
commit 331d687f66
5 changed files with 17 additions and 4 deletions

13
CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
0.0.11
------
* Added Neko module
* FlashPlayer output with stream
* Verbose output mode (--verbose)
0.0.10
------
* Windows compatibility
* Change FlashPlayer download link
* Use 'fs-extra' without 'mkdirp' and 'rmdir'

View File

@@ -71,7 +71,7 @@ eg: ```gulp app:flash:build```
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-haxetool": "^0.0.10"
"gulp-haxetool": "^0.0.11"
},
"haxeDependencies": {
"lime": "6.0.1",

View File

@@ -4,7 +4,7 @@
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-haxetool": "^0.0.10"
"gulp-haxetool": "^0.0.11"
},
"haxeDependencies": {
"lime": "6.0.1",

View File

@@ -132,7 +132,7 @@ class Haxe extends Sdk {
this.activate();
let promise = this.haxelib(['setup', path.join(this.path, 'lib')]);
const next = (args) => () => {
this.log.i('_haxelib_ _install_ *%s*', args[1]);
this.log.i('_haxelib_ _install_ *%s:%s*', args[1], args[2]);
return this.haxelib(args);
};

View File

@@ -1,6 +1,6 @@
{
"name": "gulp-haxetool",
"version": "0.0.10",
"version": "0.0.11",
"description": "HaXe Tool for Gulp",
"main": "index.js",
"dependencies": {