babel-plugin-lazy-require
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.0.3"></a> | ||
## [1.0.3](https://github.com/princjef/babel-plugin-lazy-require/compare/v1.0.2...v1.0.3) (2018-04-29) | ||
### Bug Fixes | ||
* **security:** update hoek dependency ([7c68bc2](https://github.com/princjef/babel-plugin-lazy-require/commit/7c68bc2)) | ||
<a name="1.0.2"></a> | ||
@@ -7,0 +17,0 @@ ## [1.0.2](https://github.com/princjef/babel-plugin-lazy-require/compare/v1.0.1...v1.0.2) (2017-11-05) |
{ | ||
"name": "babel-plugin-lazy-require", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Transform CommonJS require statements into lazily evaluated imports", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
"babel-cli": "^6.26.0", | ||
"codecov": "^3.0.0", | ||
"codecov": "^3.0.1", | ||
"nyc": "^11.3.0", | ||
@@ -32,0 +32,0 @@ "standard-version": "^4.2.0" |
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
10523