Skip to content

Commit

Permalink
chore: update to Polymer 2 release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
hotforfeature committed May 15, 2017
1 parent d0fdaa1 commit 19fbc7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Make sure bower components are installed to a directory that is included in the
Next install Polymer and any other custom elements.

```
$ bower install --save Polymer/polymer#^2.0.0-rc.8
$ bower install --save Polymer/polymer
```

Projects should add the `bower_components/` directory to their `.gitignore` file.
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"homepage": "https://github.com/hotforfeature/origami",
"private": true,
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0-rc.8",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"polymer": "Polymer/polymer#^2.0.0",
"paper-input": "PolymerElements/paper-input#2.0-preview",
"paper-checkbox": "PolymerElements/paper-checkbox#2.0-preview",
"iron-selector": "PolymerElements/iron-selector#2.0-preview"
Expand Down
3 changes: 1 addition & 2 deletions demo/bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "origami-demo",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0-rc.8",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"polymer": "Polymer/polymer#^2.0.0",
"paper-tabs": "PolymerElements/paper-tabs#2.0-preview",
"app-layout": "PolymerElements/app-layout#2.0-preview",
"paper-styles": "PolymerElements/paper-styles#2.0-preview",
Expand Down

0 comments on commit 19fbc7d

Please sign in to comment.