client-side-library-resolver
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -18,2 +18,5 @@ # Changelog | ||
### Added | ||
- `LocalRegistry` now uses `semver` to verify versions. | ||
- `LocalRegistry` now uses `semver` to verify versions. | ||
## [1.1.1] - 2019-07-21 | ||
- |
@@ -49,3 +49,3 @@ "use strict"; | ||
lib.path)); | ||
if (!packageJson.main && !(await fs.pathExists(libPath))) { | ||
if (!(await fs.pathExists(libPath))) { | ||
throw new Registry_1.NoMain(lib); | ||
@@ -52,0 +52,0 @@ } |
{ | ||
"name": "client-side-library-resolver", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Provides tools to seamlessly switch between sending CDN or locally stored modules to the browser.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
28112