Skip to content

Commit

Permalink
added bower component.json. fixes #418
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaynberg committed Sep 18, 2012
1 parent f7e78f6 commit c098f51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions component.json
@@ -0,0 +1,8 @@
{
"name": "select2",
"version": "latest",
"main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "spinner.gif"],
"dependencies": {
"jquery": "~1.4.4"
}
}
1 change: 1 addition & 0 deletions release.sh
Expand Up @@ -29,6 +29,7 @@ echo "Tokenizing..."

find . -name "$js" | xargs -I{} sed -e "$tokens" -i "" {}
find . -name "$css" | xargs -I{} sed -e "$tokens" -i "" {}
sed -e "s/latest/$ver/g" -i "" component.json

git add "$js"
git add "$css"
Expand Down

0 comments on commit c098f51

Please sign in to comment.