expand-pkg
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -20,3 +20,3 @@ 'use strict'; | ||
if (utils.isString(config.repository)) { | ||
utils.merge(config, utils.repo.expandUrl(config.repository, config)); | ||
utils.defaults(config, utils.repo.expandUrl(config.repository, config)); | ||
} | ||
@@ -23,0 +23,0 @@ |
@@ -13,2 +13,3 @@ 'use strict'; | ||
require('defaults-deep', 'defaults'); | ||
require('get-value', 'get'); | ||
@@ -15,0 +16,0 @@ require('kind-of', 'typeOf'); |
{ | ||
"name": "expand-pkg", | ||
"description": "Parse string values in package.json into objects.", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"homepage": "https://github.com/jonschlinkert/expand-pkg", | ||
@@ -26,2 +26,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"debug": "^2.4.1", | ||
"defaults-deep": "^0.2.4", | ||
"export-files": "^2.1.1", | ||
@@ -28,0 +29,0 @@ "get-value": "^2.0.6", |
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
18358
292
14
+ Addeddefaults-deep@^0.2.4
+ Addeddefaults-deep@0.2.4(transitive)
+ Addedlazy-cache@0.2.7(transitive)