Skip to content
Permalink
Browse files
Include distribution in release tag
  • Loading branch information
timmywil committed Jan 15, 2013
1 parent 8574d8b commit 6361fdf
Show file tree
Hide file tree
Showing 4 changed files with 9,590 additions and 0 deletions.
@@ -0,0 +1,8 @@
{
"name" : "jquery",
"version" : "1.9.0",
"main" : "./jquery.js",
"dependencies": {
}
}

@@ -0,0 +1,23 @@
{
"name": "components/jquery",
"description": "jQuery JavaScript Library",
"type": "component",
"homepage": "http://jquery.com",
"license": "MIT",
"support": {
"irc": "irc://irc.freenode.org/jquery",
"issues": "http://bugs.jquery.com",
"forum": "http://forum.jquery.com",
"wiki": "http://docs.jquery.com/",
"source": "https://github.com/jquery/jquery"
},
"authors": [
{
"name": "John Resig",
"email": "jeresig@gmail.com"
}
],
"extra": {
"js": "jquery.js"
}
}

0 comments on commit 6361fdf

Please sign in to comment.