Skip to content

Commit 7a3a30d

Browse files
committed
Update bower.json version key to 0.5.0 and update README.md to indicate dependency on Polymer 0.5.5
1 parent 9b0c566 commit 7a3a30d

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
Note: This release of this particular component requires an **older version of Polymer (v0.5.5)**.
2+
3+
-----
4+
15
The organization of these web component files is tuned for the component's
26
inclusion in other projects via [Bower](http://bower.io). If you'd like to run
37
this component's demo on your own machine, please see these
4-
[instructions](https://github.com/basic-web-components/components-dev/wiki/Running-Basic-Web-Component-demos).
8+
[instructions](https://github.com/basic-web-components/components-dev/wiki/Running-Basic-Web-Component-demos).

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "basic-carousel",
33
"description": "Lets user navigate previous/next through a sequence of child elements",
4-
"version": "0.0.1",
4+
"version": "0.5.0",
55
"license": "MIT",
66
"main": "basic-carousel.html",
77
"dependencies": {
8-
"basic-sequence": "basic-web-components/basic-sequence#master",
9-
"core-icons": "Polymer/core-icons#master",
10-
"polymer": "Polymer/polymer#master"
8+
"basic-sequence": "basic-web-components/basic-sequence#^0.5.0",
9+
"core-icons": "Polymer/core-icons#^0.5.5",
10+
"polymer": "Polymer/polymer#^0.5.5"
1111
},
1212
"devDependencies": {
13-
"basic-framed-content": "basic-web-components/basic-framed-content#master"
13+
"basic-framed-content": "basic-web-components/basic-framed-content#^0.5.0"
1414
},
1515
"keywords": [
1616
"basic-web-components",

0 commit comments

Comments
 (0)