Comparing version 0.1.0 to 0.1.1
@@ -191,4 +191,6 @@ /** | ||
this.info = { | ||
path: require.main.filename | ||
}; | ||
this.info = {path: false}; | ||
if (typeof __dirname !== 'undefined') { | ||
this.info.path = __dirname + '/json-dry.js'; | ||
} |
{ | ||
"name": "json-dry", | ||
"description": "JSON generator & parser with circular, date and regex support", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Jelle De Loecker <jelle@codedor.be>", | ||
@@ -6,0 +6,0 @@ "keywords": ["json", "circular", "serialization", "deserialization"], |
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
6821
172
3