js2xmlparser
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -0,1 +1,6 @@ | ||
## 0.1.7 ## | ||
* Added .gitattributes to .gitignore file | ||
* Minor tweaks to examples | ||
## 0.1.6 ## | ||
@@ -2,0 +7,0 @@ |
@@ -76,5 +76,3 @@ /* jshint node:true */ | ||
], | ||
"email": function () { | ||
return "john@smith.com"; | ||
}, | ||
"email": function () {return "john@smith.com";}, | ||
"comment": "John's profile is not complete." | ||
@@ -81,0 +79,0 @@ }; |
@@ -6,3 +6,3 @@ { | ||
"homepage": "http://www.kourlas.net", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"author": "Michael Kourlas <michael@kourlas.net>", | ||
@@ -9,0 +9,0 @@ "main": "./lib/js2xmlparser.js", |
Sorry, the diff of this file is not supported yet
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
94811
8
1751