[haxe,flashplayer] fixes
This commit is contained in:
11
package.json
11
package.json
@@ -1,21 +1,26 @@
|
||||
{
|
||||
"name": "gulp-haxetool",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Haxe tool for gulp",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"ansi-colors": "^1.1.0",
|
||||
"async": "^2.6.0",
|
||||
"dateformat": "^3.0.3",
|
||||
"fancy-log": "^1.3.2",
|
||||
"fs-extra": "^5.0.0",
|
||||
"got": "^8.3.0",
|
||||
"gulp": "github:gulpjs/gulp#4.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"plugin-error": "^1.0.1",
|
||||
"progress": "^2.0.0",
|
||||
"promise-streams": "^2.1.1",
|
||||
"rmdir": "^1.2.0",
|
||||
"tar": "^4.4.1",
|
||||
"through2": "^2.0.3",
|
||||
"tmp-file": "^2.0.1",
|
||||
"unzip-stream": "^0.3.0"
|
||||
"unzip-stream": "^0.3.0",
|
||||
"vinyl": "^2.1.0",
|
||||
"vinyl-fs": "^3.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
||||
Reference in New Issue
Block a user