File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ .project
2
+ .settings
3
+ * ~
4
+ * .diff
5
+ * .patch
6
+ /* .html
7
+ .DS_Store
8
+ node_modules
Original file line number Diff line number Diff line change 2
2
"name" : " jquery-migrate" ,
3
3
"title" : " jQuery Migrate" ,
4
4
"description" : " Migrate older jQuery code to jQuery 1.9+" ,
5
+ "main" : " dist/jquery-migrate.js" ,
5
6
"version" : " 1.2.2-pre" ,
6
7
"homepage" : " https://github.com/jquery/jquery-migrate" ,
7
8
"author" : {
21
22
"url" : " https://github.com/jquery/jquery-migrate/blob/master/LICENSE.txt"
22
23
}
23
24
],
24
- "dependencies" : {
25
- "jquery" : " ^2.1.3"
26
- },
27
25
"devDependencies" : {
26
+ "jquery" : " ^2.1.3" ,
28
27
"grunt-git-authors" : " 3.0.0" ,
29
28
"grunt-contrib-concat" : " 0.5.1" ,
30
29
"grunt-contrib-watch" : " 0.6.1" ,
36
35
"qunitjs" : " 1.17.1" ,
37
36
"testswarm" : " ~1.1.0"
38
37
},
38
+ "scripts" : {
39
+ "prepublish" : " grunt"
40
+ },
39
41
"keywords" : []
40
42
}
You can’t perform that action at this time.
0 commit comments