@verdaccio/file-locking
Advanced tools
Comparing version 8.5.2 to 9.0.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [9.0.0](https://github.com/verdaccio/monorepo/compare/v8.5.3...v9.0.0) (2020-01-07) | ||
### Features | ||
* **eslint-config:** enable eslint curly ([#308](https://github.com/verdaccio/monorepo/issues/308)) ([91acb12](https://github.com/verdaccio/monorepo/commit/91acb121847018e737c21b367fcaab8baa918347)) | ||
## [8.5.2](https://github.com/verdaccio/monorepo/compare/v8.5.1...v8.5.2) (2019-12-25) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@verdaccio/file-locking", | ||
"version": "8.5.2", | ||
"version": "9.0.0", | ||
"description": "library that handle file locking", | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@verdaccio/babel-preset": "^8.5.0", | ||
"@verdaccio/eslint-config": "^8.5.0", | ||
"@verdaccio/types": "^8.5.2" | ||
"@verdaccio/babel-preset": "^9.0.0", | ||
"@verdaccio/eslint-config": "^9.0.0", | ||
"@verdaccio/types": "^9.0.0" | ||
}, | ||
@@ -52,3 +52,7 @@ "scripts": { | ||
}, | ||
"gitHead": "e269378a704559a3bd4a655cddb9d8b0e614d752" | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/verdaccio" | ||
}, | ||
"gitHead": "21c47d3360699577961e35d6720cb126f7011036" | ||
} |
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
13839