Skip to content

Commit 869704b

Browse files
committed
Include distribution in release tag
1 parent ab409d1 commit 869704b

File tree

4 files changed

+9517
-0
lines changed

4 files changed

+9517
-0
lines changed

component.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "jquery",
3+
"version": "1.8.3",
4+
"description": "jQuery component",
5+
"keywords": [
6+
"jquery",
7+
"component"
8+
],
9+
"scripts": [
10+
"jquery.js"
11+
],
12+
"license": "MIT"
13+
}

composer.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "components/jquery",
3+
"description": "jQuery JavaScript Library",
4+
"type": "component",
5+
"homepage": "http://jquery.com",
6+
"license": "MIT",
7+
"support": {
8+
"irc": "irc://irc.freenode.org/jquery",
9+
"issues": "http://bugs.jquery.com",
10+
"forum": "http://forum.jquery.com",
11+
"wiki": "http://docs.jquery.com/",
12+
"source": "https://github.com/jquery/jquery"
13+
},
14+
"authors": [
15+
{
16+
"name": "John Resig",
17+
"email": "[email protected]"
18+
}
19+
],
20+
"require": {
21+
"robloach/component-installer": "*"
22+
},
23+
"extra": {
24+
"component": {
25+
"scripts": [
26+
"jquery.js"
27+
]
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)