settings-lib
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -0,1 +1,5 @@ | ||
# 0.0.4 / 2014-11-24 | ||
* Updating dependencies | ||
# 0.0.3 / 2014-11-24 | ||
@@ -2,0 +6,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"main": "./lib/settings.js", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Joshua Thomas (http://github.com/brozeph)", | ||
@@ -19,3 +19,3 @@ "engines": { | ||
"dependencies": { | ||
"async": "~0.2.10" | ||
"async": "^0.9.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
@@ -79,3 +79,3 @@ # Settings Library | ||
var | ||
settings = require('settings'), | ||
settings = require('settings-lib'), | ||
options = { | ||
@@ -105,3 +105,3 @@ readEnvironmentMap : { | ||
var | ||
settings = require('settings'), | ||
settings = require('settings-lib'), | ||
options = { | ||
@@ -108,0 +108,0 @@ readCommandLineMap : { |
Sorry, the diff of this file is not supported yet
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
29337
+ Addedasync@0.9.2(transitive)
- Removedasync@0.2.10(transitive)
Updatedasync@^0.9.0