async-preloader
Advanced tools
Comparing version 5.0.2 to 5.1.0
@@ -5,2 +5,11 @@ # Changelog | ||
# [5.1.0](https://github.com/dmnsgn/async-preloader/compare/v5.0.2...v5.1.0) (2021-10-02) | ||
### Features | ||
* add exports field to package.json ([f9689de](https://github.com/dmnsgn/async-preloader/commit/f9689de1dada6c2b0140a1e5821c4eb869ee47d8)) | ||
## [5.0.2](https://github.com/dmnsgn/async-preloader/compare/v5.0.1...v5.0.2) (2021-03-24) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "async-preloader", | ||
"version": "5.0.2", | ||
"version": "5.1.0", | ||
"description": "Assets preloader using ES2017 async/await and fetch.", | ||
@@ -29,2 +29,3 @@ "keywords": [ | ||
"type": "module", | ||
"exports": "./lib/index.js", | ||
"main": "lib/index.js", | ||
@@ -31,0 +32,0 @@ "types": "types/index.d.ts", |
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
58928