Skip to content

Commit

Permalink
Include distribution in release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jan 4, 2013
1 parent 4b2e979 commit e713668
Show file tree
Hide file tree
Showing 4 changed files with 9,517 additions and 0 deletions.
13 changes: 13 additions & 0 deletions component.json
@@ -0,0 +1,13 @@
{
"name": "jquery",
"version": "1.8.3+1",
"description": "jQuery component",
"keywords": [
"jquery",
"component"
],
"scripts": [
"jquery.js"
],
"license": "MIT"
}
30 changes: 30 additions & 0 deletions composer.json
@@ -0,0 +1,30 @@
{
"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"
}
],
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"scripts": [
"jquery.js"
]
}
}
}

0 comments on commit e713668

Please sign in to comment.