up version to 0.0.11
This commit is contained in:
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal 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'
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gulp-haxetool",
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"description": "HaXe Tool for Gulp",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user