grunt-json5-to-json
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "grunt-json5-to-json", | ||
"description": "Convert json5 to json.", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "https://github.com/leader22/grunt-json5-to-json", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -66,1 +66,2 @@ # grunt-json5-to-json | ||
- 0.1.2: Refactor some code. | ||
- 0.1.3: Grunt log error now display which file is having an issue when parsing.(by [wiredmax](https://github.com/wiredmax)) |
@@ -72,3 +72,3 @@ /* | ||
} catch(e) { | ||
grunt.log.error(e); | ||
grunt.log.error(e + ' in ' + src); | ||
return; | ||
@@ -104,3 +104,3 @@ } | ||
} | ||
}; | ||
} | ||
@@ -113,3 +113,3 @@ function unixifyPath(filepath) { | ||
} | ||
}; | ||
} | ||
}; |
10150
67