iterate-iterator
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -10,2 +10,9 @@ # Changelog | ||
## [v1.0.1](https://github.com/ljharb/iterate-iterator/compare/v1.0.0...v1.0.1) - 2020-01-18 | ||
### Commits | ||
- [meta] create FUNDING.yml [`d74f792`](https://github.com/ljharb/iterate-iterator/commit/d74f792d94d21c63bc7d52e6d092d7a6fb4f6587) | ||
- [patch] add `exports` [`a4cedf3`](https://github.com/ljharb/iterate-iterator/commit/a4cedf3ffd9d8b28624c3bbb055dd8eaca962e0a) | ||
## v1.0.0 - 2020-01-18 | ||
@@ -12,0 +19,0 @@ |
{ | ||
"name": "iterate-iterator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Iterate any JS iterator. Works robustly in all environments, all versions.", | ||
"main": "index.js", | ||
"exports": { | ||
".": [ | ||
{ | ||
"default": "./index.js" | ||
}, | ||
"./index.js" | ||
] | ||
}, | ||
"scripts": { | ||
@@ -7,0 +15,0 @@ "prepublish": "safe-publish-latest", |
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
12543
10