Comparing version 0.5.9 to 0.6.0
@@ -71,3 +71,3 @@ /*-------------------------------------------------------------------------- | ||
return JSON.parse(_this.fs.readFileSync(filename, 'utf8').replace(new RegExp('~', 'g'), directory).replace(new RegExp('/\\/', 'g'), '/')); | ||
return JSON.parse(_this.fs.readFileSync(filename, 'utf8').replace(new RegExp('~', 'g'), directory).replace(/\\/g, '/')); | ||
}, false, null)); | ||
@@ -74,0 +74,0 @@ |
{ | ||
"name": "pang", | ||
"version": "0.5.9", | ||
"version": "0.6.0", | ||
"description": "A simple dependency injection library for node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11154