Update jshint and devDeps

This commit is contained in:
Kyle Robinson Young 2013-08-12 10:18:03 -07:00
parent 85ce0e9da5
commit 20746e871f
3 changed files with 6 additions and 7 deletions

View File

@ -9,6 +9,5 @@
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"node": true
}

View File

@ -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.*

View File

@ -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": {