Skip to content

Commit eae195c

Browse files
committed
Bump npm dependencies
1 parent 32fabbe commit eae195c

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.jshintrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"undef": true,
1010
"boss": true,
1111
"eqnull": true,
12-
"node": true,
13-
"es5": true
12+
"node": true
1413
}

package.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,16 @@
3030
"dependencies": {},
3131
"devDependencies": {
3232
"grunt-contrib-concat": "~0.1.1",
33-
"grunt-contrib-watch": "~0.1.0",
34-
"grunt-contrib-qunit": "~0.1.0",
35-
"grunt-contrib-jshint": "git://github.com/gruntjs/grunt-contrib-jshint.git#7fd70e86c5a8d489095fa81589d95dccb8eb3a46",
36-
"grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#f8da4ff90c7e8f74c81d8e5d3834e6011a90611c",
37-
"grunt": "0.4.0rc4"
33+
"grunt-contrib-watch": "~0.5.3",
34+
"grunt-contrib-qunit": "~0.2.2",
35+
"grunt-contrib-jshint": "~0.6.4",
36+
"grunt-contrib-uglify": "~0.2.4",
37+
"grunt": "~0.4.1",
38+
"sinon": "~1.7.3",
39+
"jquery": "~1.8.3"
3840
},
39-
"keywords": [ "ajax", "queue" ]
41+
"keywords": [
42+
"ajax",
43+
"queue"
44+
]
4045
}

0 commit comments

Comments
 (0)