Skip to content

Commit

Permalink
1.7.0.2: Updated to Polymerfire 0.10.2
Browse files Browse the repository at this point in the history
Needed to force this version because some parts of Polymer still refer to Polymerfire 0.9
  • Loading branch information
Download committed Oct 30, 2016
1 parent d8d1a52 commit 2773add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## How to use
In general, given an element named `my-cool-element`, the CDN url for it will be:
```
https://cdn.rawgit.com/download/polymer-cdn/1.7.0/lib/my-cool-element/my-cool-element.html
https://cdn.rawgit.com/download/polymer-cdn/1.7.0.2/lib/my-cool-element/my-cool-element.html
```
To be sure, browse this repo and copy-paste the url to the raw version into [RawGit](https://rawgit.com).

Expand Down Expand Up @@ -45,7 +45,7 @@ which explains it in more detail.


## Contents
All the libraries available in polymer-cdn can be found side-by-side in the [lib](https://github.com/Download/polymer-cdn/tree/1.7.0/lib) subfolder.
All the libraries available in polymer-cdn can be found side-by-side in the [lib](https://github.com/Download/polymer-cdn/tree/1.7.0.2/lib) subfolder.

Some of the libraries depend on other libraries. We call those other libraries the dependencies of the library.
These dependencies will also be pulled into your page when you include such a library.
Expand Down

0 comments on commit 2773add

Please sign in to comment.