Skip to content

Commit 349e645

Browse files
committed
jQuery-migrate v3.0.0
0 parents  commit 349e645

File tree

5 files changed

+594
-0
lines changed

5 files changed

+594
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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`

component.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
}

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
}

0 commit comments

Comments
 (0)