mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Upgrade grunt-contrib-jshint to 0.4.1.
(cherry picked from commit cdff8de18f
)
This commit is contained in:
parent
a798459636
commit
c55550b0ea
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
/*global cat:true cd:true echo:true exec:true exit:true*/
|
||||
/* global cat:true, cd:true, echo:true, exec:true, exit:true */
|
||||
|
||||
// Usage:
|
||||
// stable release: node release.js
|
||||
|
@ -54,7 +54,7 @@
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.1",
|
||||
"grunt-contrib-jshint": "0.1.1",
|
||||
"grunt-contrib-jshint": "0.4.1",
|
||||
"grunt-contrib-uglify": "0.1.1",
|
||||
"grunt-contrib-concat": "0.1.3",
|
||||
"grunt-contrib-qunit": "0.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user