grunt-geojsonhint
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "grunt-geojsonhint", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Grunt task to run geojsonhint", | ||
"main": "tasks/geojsonhint.js", | ||
"repository": "", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/jieter/grunt-geojsonhint.git" | ||
}, | ||
"keywords": [ | ||
@@ -15,14 +18,14 @@ "geojson", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/jieter/grunt-geojsonhint.git" | ||
}, | ||
"dependencies": { | ||
"geojsonhint": "~0.1.4" | ||
}, | ||
"scripts": { | ||
"release": "mversion patch -m" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-jshint": "~0.6.4" | ||
"grunt-contrib-jshint": "~0.6.4", | ||
"mversion": "^1.9.0" | ||
}, | ||
"readmeFilename": "README.md" | ||
} |
@@ -24,3 +24,3 @@ 'use strict'; | ||
if (errorCount === 0) { | ||
grunt.log.ok(this.files.length, ' files without errors'); | ||
grunt.log.ok(this.filesSrc.length, ' ', grunt.util.pluralize(this.filesSrc.length, 'file/files'), ' without errors'); | ||
} else { | ||
@@ -31,2 +31,2 @@ return false; | ||
}); | ||
}; | ||
}; |
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
3113
50
3