Skip to content

Commit f29f08d

Browse files
committed
allow jQ 1.9 && remove .json files (PR if you want them) back
1 parent 30701ef commit f29f08d

39 files changed

+9597
-1891
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "1.9.2",
44
"main": "./ui/jquery-ui.js",
55
"dependencies": {
6-
"jquery": "~1.8.1"
6+
"jquery": ">= 1.8"
77
}
88
}

components/jquery/component.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "jquery",
3+
"version": "1.9.0",
4+
"main": "./jquery.js",
5+
"dependencies": {},
6+
"gitHead": "0ab056ce66caef94b1b5636a9fc9dc18d429b207",
7+
"_id": "jquery@1.9.0",
8+
"readme": "ERROR: No README.md file found!",
9+
"description": "ERROR: No README.md file found!",
10+
"repository": {
11+
"type": "git",
12+
"url": "git://github.com/components/jquery.git"
13+
}
14+
}

components/jquery/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",
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": "jeresig@gmail.com"
18+
}
19+
],
20+
"extra": {
21+
"js": "jquery.js"
22+
}
23+
}

0 commit comments

Comments
 (0)