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 1
1
{
2
2
"name" : " jquery-migrate" ,
3
3
"title" : " jQuery Migrate" ,
4
+ "main" : " dist/jquery-migrate.js" ,
4
5
"description" : " Migrate older jQuery code to jQuery 1.9+" ,
5
6
"version" : " 1.2.1" ,
6
7
"homepage" : " https://github.com/jquery/jquery-migrate" ,
21
22
"url" : " https://github.com/jquery/jquery-migrate/blob/1.2.1/LICENSE-MIT"
22
23
}
23
24
],
24
- "dependencies" : {
25
- "jquery" : " >=1.6.4"
26
- },
27
25
"devDependencies" : {
28
26
"grunt-git-authors" : " ~1.2.0" ,
29
27
"grunt-contrib-concat" : " ~0.1.2" ,
32
30
"grunt-contrib-jshint" : " ~0.2.0" ,
33
31
"grunt-contrib-uglify" : " ~0.1.2" ,
34
32
"grunt" : " 0.4.1" ,
33
+ "jquery" : " >=1.6.4" ,
35
34
"testswarm" : " 0.2.2"
36
35
},
36
+ "scripts" : {
37
+ "prepublish" : " grunt"
38
+ },
37
39
"keywords" : []
38
40
}
You can’t perform that action at this time.
0 commit comments