@nuxt/utils
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21) | ||
### Bug Fixes | ||
* apply default lock options before setting lock ([#5320](https://github.com/nuxt/nuxt.js/issues/5320)) ([7c24280](https://github.com/nuxt/nuxt.js/commit/7c24280)) | ||
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21) | ||
@@ -8,0 +19,0 @@ |
/*! | ||
* @nuxt/utils v2.5.0 (c) 2016-2019 | ||
* @nuxt/utils v2.5.1 (c) 2016-2019 | ||
@@ -120,2 +120,3 @@ * - All the amazing contributors | ||
options = getLockOptions(options); | ||
const release = await properlock.lock(lockPath, options); | ||
@@ -122,0 +123,0 @@ |
{ | ||
"name": "@nuxt/utils", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"repository": "nuxt/nuxt.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
49514
1613