Comparing version 0.0.1 to 0.0.3
@@ -8,4 +8,2 @@ /** | ||
* | ||
* { "api_url": "https://api.bloomstaging.tk" } | ||
* | ||
* process.env.NODE_ENV - String representing the current environment, defaults to development. | ||
@@ -17,7 +15,4 @@ * @returns the matching object from config.json | ||
var PROJECT_DIR = __dirname; | ||
console.log("PROJECT_DIR:", PROJECT_DIR); | ||
try { | ||
OVERRIDES = require('./overrides.json'); // attempts to load overrides.json which is ignored by git | ||
OVERRIDES = require('../../overrides.json'); // attempts to load overrides.json which is ignored by git | ||
} catch (err) { | ||
@@ -24,0 +19,0 @@ OVERRIDES = {}; |
{ | ||
"name": "ted", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"description": "A simple configuration manager.", | ||
@@ -15,5 +15,5 @@ "main": "index.js", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"dependencies": { | ||
"lodash": "^3.5.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
0
1150
1
19
+ Addedlodash@^3.5.0
+ Addedlodash@3.10.1(transitive)