diff --git a/.jshintrc b/.jshintrc index 68d4c0a..9b6fa75 100644 --- a/.jshintrc +++ b/.jshintrc @@ -9,6 +9,5 @@ "undef": true, "boss": true, "eqnull": true, - "node": true, - "es5": true + "node": true } diff --git a/README.md b/README.md index 2f8b0f9..99ee1b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-jasmine [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](http://travis-ci.org/gruntjs/grunt-contrib-jasmine) +# grunt-contrib-jasmine [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) > Run jasmine specs headlessly through PhantomJS. @@ -256,4 +256,4 @@ for more information on the RequireJS template. Task submitted by [Jarrod Overson](http://jarrodoverson.com) -*This file was generated on Tue Jun 18 2013 10:24:45.* +*This file was generated on Mon Aug 12 2013 10:17:43.* diff --git a/package.json b/package.json index 6e03668..fe3573e 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "rimraf": "~2.1.4" }, "devDependencies": { - "grunt-contrib-internal": "~0.4.0", - "grunt-contrib-nodeunit": "~0.1.2", - "grunt-contrib-jshint": "~0.2.0", + "grunt-contrib-internal": "~0.4.5", + "grunt-contrib-nodeunit": "~0.2.0", + "grunt-contrib-jshint": "~0.6.2", "grunt": "~0.4.0" }, "peerDependencies": {