configuration-master
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -75,3 +75,3 @@ const _ = require('lodash'); | ||
{ | ||
if (__non_webpack_require__) | ||
if (typeof __non_webpack_require__ !== 'undefined') | ||
{ | ||
@@ -78,0 +78,0 @@ const tmp = __non_webpack_require__(filename); |
{ | ||
"name": "configuration-master", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Simple configuration load/access tool.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,2 +6,5 @@ ## Configuration Master | ||
#### Release Notes | ||
v0.1.5 | ||
- prevent Reference error if not using Webpack | ||
v0.1.4 | ||
@@ -8,0 +11,0 @@ - adjust method for loading configs. it is now the responsibility of the caller to provide the correct path. |
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
6176
75