Comparing version 2.1.5 to 2.1.6
{ | ||
"name": "cross-zip", | ||
"description": "Cross-platform .zip file creation", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"author": { | ||
@@ -15,3 +15,3 @@ "name": "Feross Aboukhadijeh", | ||
"mkdirp": "^0.5.1", | ||
"standard": "^7.0.0", | ||
"standard": "*", | ||
"tape": "^4.0.0" | ||
@@ -40,4 +40,4 @@ }, | ||
"dependencies": { | ||
"rimraf": "^2.5.2" | ||
"rimraf": "^3.0.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# cross-zip [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] | ||
# cross-zip [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
@@ -9,2 +9,4 @@ [travis-image]: https://img.shields.io/travis/feross/cross-zip/master.svg | ||
[downloads-url]: https://npmjs.org/package/cross-zip | ||
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg | ||
[standard-url]: https://standardjs.com | ||
@@ -63,4 +65,8 @@ ### Cross-platform .zip file creation | ||
## related | ||
- [cross-zip-cli](https://github.com/jprichardson/cross-zip-cli): CLI version of cross-zip. | ||
## license | ||
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org). |
Sorry, the diff of this file is not supported yet
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
9486
71
9
+ Addedrimraf@3.0.2(transitive)
- Removedrimraf@2.7.1(transitive)
Updatedrimraf@^3.0.0