Skip to content

Commit

Permalink
Update bower.json version key to 0.5.0 and update README.md to indica…
Browse files Browse the repository at this point in the history
…te dependency on Polymer 0.5.5
  • Loading branch information
robbear committed May 11, 2015
1 parent 9b0c566 commit 7a3a30d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Note: This release of this particular component requires an **older version of Polymer (v0.5.5)**.

-----

The organization of these web component files is tuned for the component's
inclusion in other projects via [Bower](http://bower.io). If you'd like to run
this component's demo on your own machine, please see these
[instructions](https://github.com/basic-web-components/components-dev/wiki/Running-Basic-Web-Component-demos).
[instructions](https://github.com/basic-web-components/components-dev/wiki/Running-Basic-Web-Component-demos).
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "basic-carousel",
"description": "Lets user navigate previous/next through a sequence of child elements",
"version": "0.0.1",
"version": "0.5.0",
"license": "MIT",
"main": "basic-carousel.html",
"dependencies": {
"basic-sequence": "basic-web-components/basic-sequence#master",
"core-icons": "Polymer/core-icons#master",
"polymer": "Polymer/polymer#master"
"basic-sequence": "basic-web-components/basic-sequence#^0.5.0",
"core-icons": "Polymer/core-icons#^0.5.5",
"polymer": "Polymer/polymer#^0.5.5"
},
"devDependencies": {
"basic-framed-content": "basic-web-components/basic-framed-content#master"
"basic-framed-content": "basic-web-components/basic-framed-content#^0.5.0"
},
"keywords": [
"basic-web-components",
Expand Down

0 comments on commit 7a3a30d

Please sign in to comment.