File tree Expand file tree Collapse file tree 5 files changed +594
-0
lines changed
Expand file tree Collapse file tree 5 files changed +594
-0
lines changed Original file line number Diff line number Diff line change 1+ jQuery-migrate
2+ ==============
3+
4+ Shim [ repository] ( https://github.com/components/jquery-migrate ) for the [ jQuery-migrate] ( https://github.com/jquery/jquery-migrate ) .
5+
6+ Package Managers
7+ ----------------
8+
9+ * [ Component] ( https://github.com/component/component ) : ` components/jquery-migrate `
10+ * [ Composer] ( http://packagist.org/packages/components/jquery-migrate ) : ` components/jquery-migrate `
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " jquery-migrate" ,
3+ "repo" : " components/jquery-migrate" ,
4+ "version" : " 3.0.0" ,
5+ "description" : " APIs and features removed from jQuery core" ,
6+ "license" : " MIT" ,
7+ "keywords" : [
8+ " jquery" ,
9+ " javascript" ,
10+ " browser" ,
11+ " plugin" ,
12+ " migrate"
13+ ],
14+ "main" : " jquery-migrate.js" ,
15+ "scripts" : [
16+ " jquery-migrate.js" ,
17+ " jquery-migrate.min.js"
18+ ]
19+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " components/jquery-migrate" ,
3+ "description" : " APIs and features removed from jQuery core" ,
4+ "type" : " component" ,
5+ "homepage" : " https://github.com/jquery/jquery-migrate" ,
6+ "license" : " MIT" ,
7+ "authors" : [
8+ {
9+ "name" : " jQuery Foundation and other contributors" ,
10+ "homepage" : " https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt"
11+ }
12+ ],
13+ "extra" : {
14+ "component" : {
15+ "scripts" : [
16+ " jquery-migrate.js"
17+ ],
18+ "files" : [
19+ " jquery-migrate.min.js"
20+ ]
21+ }
22+ }
23+ }
You can’t perform that action at this time.
0 commit comments