@verdaccio/local-storage
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -149,7 +149,3 @@ 'use strict'; | ||
_buildStoragePath(config) { | ||
const selfPath = _path2.default.resolve(_path2.default.dirname(config.self_path || '')); | ||
// $FlowFixMe | ||
const storagePath = _path2.default.join(selfPath, config.storage, config.databaseName || '.sinopia-db.json'); | ||
return storagePath; | ||
return _path2.default.join(_path2.default.resolve(_path2.default.dirname(config.self_path || ''), config.storage, '.sinopia-db.json')); | ||
} | ||
@@ -156,0 +152,0 @@ |
{ | ||
"name": "@verdaccio/local-storage", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "local storage implementation", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
20748
498