Comparing version 0.2.1 to 0.2.2
@@ -45,8 +45,8 @@ /*! | ||
options = cwd; | ||
cwd = process.cwd(); | ||
cwd = null; | ||
} | ||
this.options = options || {}; | ||
this.cwd = this.options.cwd || cwd; | ||
this.path = this.options.path || path.resolve(this.cwd, 'package.json'); | ||
cwd = this.options.cwd || cwd || process.cwd(); | ||
this.path = this.options.path || path.resolve(cwd, 'package.json'); | ||
var data; | ||
@@ -53,0 +53,0 @@ |
{ | ||
"name": "pkg-store", | ||
"description": "Use package.json as a config store.", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/jonschlinkert/pkg-store", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
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
9313