extra-iterable
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "extra-iterable", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Standard utility methods for Iterable.", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"prepublishOnly": "node ./prepublish", | ||
"browserify": "browserify index.js -o index.web.js -s Integer", | ||
"browserify": "browserify index.js -o index.web.js -s Iterable", | ||
"uglifyjs": "uglifyjs -c -m -o index.min.js index.web.js", | ||
@@ -34,4 +34,4 @@ "test": "exit" | ||
"devDependencies": { | ||
"@extra-array/reverse": "^1.0.1", | ||
"@extra-array/slice": "^1.0.1", | ||
"@extra-array/reverse": "^1.1.0", | ||
"@extra-array/slice": "^1.1.0", | ||
"browserify": "^16.2.3", | ||
@@ -38,0 +38,0 @@ "find-npm-prefix": "^1.0.2", |
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
18744