config-extend
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "config-extend", | ||
"description": "Modified version of extend for config files", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": { | ||
@@ -14,6 +14,6 @@ "name": "James Hight" | ||
], | ||
"contributors": [ | ||
"contributors": [ | ||
{ | ||
"name": "Jason Karns" | ||
} | ||
} | ||
], | ||
@@ -20,0 +20,0 @@ "repository": { |
@@ -24,3 +24,3 @@ node-extend | ||
var configExtend = require('config-extend'), | ||
production = { | ||
production = { | ||
port: 1234, | ||
@@ -34,3 +34,3 @@ memcached: [ | ||
staging = { | ||
prot: 456, | ||
port: 456, | ||
memcached: [ | ||
@@ -37,0 +37,0 @@ 'server4' |
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
21555