Add jQuery JSCS style checking
Grunt is bumped due to a bad peerDependency in the grunt plugin
Showing
... | @@ -36,10 +36,11 @@ | ... | @@ -36,10 +36,11 @@ |
"url": "https://github.com/flot/flot/issues" | "url": "https://github.com/flot/flot/issues" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "~0.4.1", | "grunt": "~0.4.2", | ||
"grunt-contrib-jshint": "~0.6.4", | "grunt-contrib-jshint": "~0.6.4", | ||
"grunt-contrib-uglify": "~0.2.4", | "grunt-contrib-uglify": "~0.2.4", | ||
"grunt-contrib-watch": "~0.5.3" | "grunt-contrib-watch": "~0.5.3", | ||
"grunt-jscs-checker": "~0.3.2" | |||
}, | }, | ||
"maintainers": [ | "maintainers": [ | ||
{ | { | ||
... | ... |
Please
register
or
sign in
to comment