Skip to content

Commit d0baca4

Browse files
committed
Build: Update npm dependencies
1 parent 683b9b3 commit d0baca4

File tree

2 files changed

+37
-36
lines changed

2 files changed

+37
-36
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33

44
# JS files must always use LF for tools to work
55
*.js eol=lf
6+
*.json eol=lf

package.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "jquery-migrate",
3-
"title": "jQuery Migrate",
4-
"description": "Migrate older jQuery code to jQuery 1.9+",
5-
"version": "1.2.2-pre",
6-
"homepage": "https://github.com/jquery/jquery-migrate",
7-
"author": {
8-
"name": "jQuery Foundation and other contributors",
9-
"url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git://github.com/jquery/jquery-migrate.git"
14-
},
15-
"bugs": {
16-
"url": "http://bugs.jquery.com/"
17-
},
18-
"licenses": [
19-
{
20-
"type": "MIT",
21-
"url": "https://github.com/jquery/jquery-migrate/blob/master/LICENSE.txt"
22-
}
23-
],
24-
"dependencies": {
25-
"jquery": ">=1.6.4"
26-
},
27-
"devDependencies": {
28-
"grunt-git-authors": "1.2.0",
29-
"grunt-contrib-concat": "0.3.0",
30-
"grunt-contrib-watch": "0.5.3",
31-
"grunt-contrib-qunit": "0.3.0",
32-
"grunt-contrib-jshint": "0.7.2",
33-
"grunt-contrib-uglify": "0.2.7",
34-
"grunt": "0.4.2",
35-
"testswarm": "1.1.0"
36-
},
37-
"keywords": []
2+
"name": "jquery-migrate",
3+
"title": "jQuery Migrate",
4+
"description": "Migrate older jQuery code to jQuery 1.9+",
5+
"version": "1.2.2-pre",
6+
"homepage": "https://github.com/jquery/jquery-migrate",
7+
"author": {
8+
"name": "jQuery Foundation and other contributors",
9+
"url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git://github.com/jquery/jquery-migrate.git"
14+
},
15+
"bugs": {
16+
"url": "http://bugs.jquery.com/"
17+
},
18+
"licenses": [
19+
{
20+
"type": "MIT",
21+
"url": "https://github.com/jquery/jquery-migrate/blob/master/LICENSE.txt"
22+
}
23+
],
24+
"dependencies": {
25+
"jquery": "^2.1.3"
26+
},
27+
"devDependencies": {
28+
"grunt-git-authors": "3.0.0",
29+
"grunt-contrib-concat": "0.5.1",
30+
"grunt-contrib-watch": "0.6.1",
31+
"grunt-contrib-qunit": "0.5.2",
32+
"grunt-contrib-jshint": "0.11.0",
33+
"grunt-contrib-uglify": "0.8.0",
34+
"grunt": "~0.4.5",
35+
"testswarm": "~1.1.0"
36+
},
37+
"keywords": []
3838
}

0 commit comments

Comments
 (0)