grunt-xml-validator
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "grunt-xml-validator", | ||
"description": "Grunt plugin to validate XML files", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"homepage": "https://github.com/kajyr/grunt-xml-validator", | ||
@@ -31,10 +31,10 @@ "author": { | ||
"devDependencies": { | ||
"grunt-contrib-clean": "~0.4.0", | ||
"grunt-contrib-nodeunit": "~0.2.0", | ||
"grunt": "~0.4.4", | ||
"grunt-contrib-coffee": "~0.10.1", | ||
"grunt-contrib-watch": "~0.6.1" | ||
"grunt-contrib-clean": "~1.0.0", | ||
"grunt-contrib-nodeunit": "~1.0.0", | ||
"grunt": ">=0.4.4", | ||
"grunt-contrib-coffee": "~1.0.0", | ||
"grunt-contrib-watch": "~1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"grunt": "~0.4.4" | ||
"grunt": ">=0.4.4" | ||
}, | ||
@@ -41,0 +41,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ # grunt-xml-validator | ||
## Getting Started | ||
This plugin requires Grunt `~0.4.4` | ||
This plugin requires Grunt `>=0.4.4` | ||
@@ -44,2 +44,2 @@ If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command: | ||
1.0.0 - let's give it a try :) | ||
1.0.0 - let's give it a try :) |
@@ -15,3 +15,3 @@ (function() { | ||
fail = true; | ||
return grunt.log.error(f + "\tnot valid"); | ||
return grunt.log.error(f + "\tnot valid: " + msg); | ||
} | ||
@@ -18,0 +18,0 @@ }).parseFromString(xml, 'text/xml'); |
Sorry, the diff of this file is not supported yet
8205
44