broccoli-zip-js
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "broccoli-zip-js", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "a broccoli plugin for turning a tree into a zip archive - no executable required", | ||
@@ -14,3 +14,4 @@ "main": "index.js", | ||
"zip", | ||
"caching" | ||
"caching", | ||
"archiver" | ||
], | ||
@@ -23,12 +24,12 @@ "license": "MIT", | ||
"dependencies": { | ||
"archiver": "^1.2.0", | ||
"broccoli-caching-writer": "^3.0.3" | ||
"archiver": "1.2.0", | ||
"broccoli-caching-writer": "3.0.3" | ||
}, | ||
"devDependencies": { | ||
"broccoli": "^0.13.3", | ||
"expect.js": "^0.3.1", | ||
"mocha": "^2.0.1", | ||
"broccoli": "0.13.3", | ||
"expect.js": "0.3.1", | ||
"mocha": "2.0.1", | ||
"mocha-jshint": "0.0.9", | ||
"walk-sync": "^0.1.3" | ||
"walk-sync": "0.1.3" | ||
} | ||
} |
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
6853
+ Addedarchiver@1.2.0(transitive)
- Removedarchiver@1.3.0(transitive)
- Removedwalkdir@0.0.11(transitive)
Updatedarchiver@1.2.0