settings-lib
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,1 +1,5 @@ | ||
# 0.0.3 / 2014-11-24 | ||
* Fixing incorrect information in the readme.md | ||
# 0.0.2 / 2014-02-25 | ||
@@ -9,2 +13,2 @@ | ||
* Initial release of library | ||
* Initial release of library |
{ | ||
"name" : "settings-lib", | ||
"description" : "Simple library allowing override capability for application settings", | ||
"main" : "./lib/settings.js", | ||
"version" : "0.0.2", | ||
"author" : "Joshua Thomas (http://github.com/brozeph)", | ||
"name": "settings-lib", | ||
"description": "Simple library allowing override capability for application settings", | ||
"main": "./lib/settings.js", | ||
"version": "0.0.3", | ||
"author": "Joshua Thomas (http://github.com/brozeph)", | ||
"engines": { | ||
@@ -32,4 +32,4 @@ "node": ">= 0.8.0" | ||
"test": "mocha --check-leaks -R spec -r ./test/common.js -u bdd ./test/lib", | ||
"posttest_DISABLE": "NODE_SETTINGSLIB_COVERAGE=true mocha -R mocha-lcov-reporter -r ./test/common.js -u bdd ./test/lib | ./node_modules/coveralls/bin/coveralls.js" | ||
"posttest": "NODE_SETTINGSLIB_COVERAGE=true mocha -R mocha-lcov-reporter -r ./test/common.js -u bdd ./test/lib | ./node_modules/coveralls/bin/coveralls.js" | ||
} | ||
} |
@@ -23,3 +23,3 @@ # Settings Library | ||
var | ||
settings = require('settings'), | ||
settings = require('settings-lib'), | ||
options = { baseConfigPath : './config/config.json' }; | ||
@@ -26,0 +26,0 @@ |
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
29292
14