Comparing version 1.0.7 to 1.0.8
@@ -28,3 +28,3 @@ 'use strict'; | ||
if(file.swc){ | ||
if(file.swc && Array.isArray(file.swc) && file.swc.length){ | ||
for(var i in file.swc) path.relative(file.swc[i],file.path); | ||
@@ -31,0 +31,0 @@ if(!params['library-path']){ |
{ | ||
"name": "gulp-flash", | ||
"version": "1.0.7", | ||
"description": "GulpJS plugin for build actionscript into .swf ", | ||
"license": "MIT", | ||
"repository": "webcaetano/gulp-flash", | ||
"author": { | ||
"name": "", | ||
"email": "dezaodoido@gmail.com", | ||
"url": "https://github.com/webcaetano" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha test" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"gulpplugin", | ||
"swf", | ||
"flash", | ||
"actionscript", | ||
"as3", | ||
"as2", | ||
"builder", | ||
"build", | ||
"as" | ||
], | ||
"dependencies": { | ||
"beepbeep": "^1.2.0", | ||
"gulp-util": "^3.0.1", | ||
"swf-build": "^1.0.3", | ||
"through2": "^0.6.3" | ||
}, | ||
"devDependencies": { | ||
"chai": "^2.3.0", | ||
"glob": "^5.0.5", | ||
"gulp": "^3.8.11", | ||
"mocha": "*" | ||
} | ||
"name": "gulp-flash", | ||
"version": "1.0.8", | ||
"description": "GulpJS plugin for build actionscript into .swf ", | ||
"license": "MIT", | ||
"repository": "webcaetano/gulp-flash", | ||
"author": { | ||
"name": "", | ||
"email": "dezaodoido@gmail.com", | ||
"url": "https://github.com/webcaetano" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha test" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"gulpplugin", | ||
"swf", | ||
"flash", | ||
"actionscript", | ||
"as3", | ||
"as2", | ||
"builder", | ||
"build", | ||
"as" | ||
], | ||
"dependencies": { | ||
"beepbeep": "^1.2.0", | ||
"gulp-util": "^3.0.1", | ||
"swf-build": "^1.0.4", | ||
"through2": "^0.6.3" | ||
}, | ||
"devDependencies": { | ||
"chai": "^2.3.0", | ||
"glob": "^5.0.5", | ||
"gulp": "^3.8.11", | ||
"mocha": "*" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4560
Updatedswf-build@^1.0.4