Skip to content

Commit

Permalink
Add dependencies to bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
miztroh-zzz committed Jan 30, 2015
1 parent db003aa commit 880cd3f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-collapse",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/miztroh/paper-collapse",
"authors": [
"miztroh <[email protected]>"
Expand All @@ -21,5 +21,12 @@
"bower_components",
"test",
"tests"
]
],
"dependencies": {
"core-collapse": "polymer/core-collapse#latest",
"core-icon": "polymer/core-icon#latest",
"core-icons": "polymer/core-icons#latest",
"core-selector": "polymer/core-selector#latest",
"font-roboto": "polymer/font-roboto#latest"
}
}

0 comments on commit 880cd3f

Please sign in to comment.