From 8839411c2ccbf49d39eb4632ddacbadb14e4b060 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sun, 14 Jul 2013 19:21:01 -0700 Subject: [PATCH] Upgrade jshint --- .jshintrc | 3 +- package.json | 94 ++++++++++++++++++++++++++-------------------------- 2 files changed, 48 insertions(+), 49 deletions(-) diff --git a/.jshintrc b/.jshintrc index e0cc7bb..fc19146 100644 --- a/.jshintrc +++ b/.jshintrc @@ -9,6 +9,5 @@ "undef": true, "boss": true, "eqnull": true, - "node": true, - "es5": true + "node": true } \ No newline at end of file diff --git a/package.json b/package.json index a40f813..b9babfa 100644 --- a/package.json +++ b/package.json @@ -1,47 +1,47 @@ -{ - "name": "grunt-contrib-jst", - "description": "Precompile Underscore templates to JST file.", - "version": "0.5.0", - "homepage": "https://github.com/gruntjs/grunt-contrib-jst", - "author": { - "name": "Grunt Team", - "url": "http://gruntjs.com/" - }, - "repository": { - "type": "git", - "url": "git://github.com/gruntjs/grunt-contrib-jst.git" - }, - "bugs": { - "url": "https://github.com/gruntjs/grunt-contrib-jst/issues" - }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/gruntjs/grunt-contrib-jst/blob/master/LICENSE-MIT" - } - ], - "main": "Gruntfile.js", - "engines": { - "node": ">= 0.8.0" - }, - "scripts": { - "test": "grunt test" - }, - "dependencies": { - "lodash": "~1.0.0", - "grunt-lib-contrib": "~0.5.1" - }, - "devDependencies": { - "grunt-contrib-jshint": "~0.2.0", - "grunt-contrib-nodeunit": "~0.1.2", - "grunt-contrib-clean": "~0.4.0", - "grunt-contrib-internal": "~0.4.2", - "grunt": "~0.4.0" - }, - "peerDependencies": { - "grunt": "~0.4.0" - }, - "keywords": [ - "gruntplugin" - ] -} +{ + "name": "grunt-contrib-jst", + "description": "Precompile Underscore templates to JST file.", + "version": "0.5.0", + "homepage": "https://github.com/gruntjs/grunt-contrib-jst", + "author": { + "name": "Grunt Team", + "url": "http://gruntjs.com/" + }, + "repository": { + "type": "git", + "url": "git://github.com/gruntjs/grunt-contrib-jst.git" + }, + "bugs": { + "url": "https://github.com/gruntjs/grunt-contrib-jst/issues" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/gruntjs/grunt-contrib-jst/blob/master/LICENSE-MIT" + } + ], + "main": "Gruntfile.js", + "engines": { + "node": ">= 0.8.0" + }, + "scripts": { + "test": "grunt test" + }, + "dependencies": { + "lodash": "~1.0.0", + "grunt-lib-contrib": "~0.5.1" + }, + "devDependencies": { + "grunt-contrib-jshint": "~0.6.0", + "grunt-contrib-nodeunit": "~0.1.2", + "grunt-contrib-clean": "~0.4.0", + "grunt-contrib-internal": "~0.4.2", + "grunt": "~0.4.0" + }, + "peerDependencies": { + "grunt": "~0.4.0" + }, + "keywords": [ + "gruntplugin" + ] +}