Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "nice-loops", | ||
"type": "module", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Array iterators that yield to the event-loop periodically", | ||
@@ -39,7 +39,7 @@ "main": "dist/index.js", | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js", | ||
"default": "./dist/esm/index.js" | ||
"import": "./dist/esm/src/index.js", | ||
"require": "./dist/cjs/src/index.js", | ||
"default": "./dist/esm/src/index.js" | ||
} | ||
} | ||
} |
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
77165