Skip to content

Commit 97c7e86

Browse files
committed
commit
1 parent c3c27b2 commit 97c7e86

File tree

8 files changed

+319
-199
lines changed

8 files changed

+319
-199
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ A Polymer 2.0 based collection of reusable web components
44
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/owner/my-element)
55

66
## Demo
7-
[Click here for docs & demo](https://github.com/PFElements/pf-pageindicator/blob/master/demo/index.html)
87

8+
_[Demo and API docs](https://www.webcomponents.org/element/PFElements/pf-pageindicator)_
99

10-
11-
12-
# PF Page Indicator
10+
# PF Page Indicator.
1311

1412
A Polymer 2.0 based custom elements that can be used to indicate the current page in a stack of pages.
1513

bower.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"name": "pf-pageindicator",
3-
43
"main": "pf-pageindicator.html",
5-
"element-collection": "pf-elements",
64
"dependencies": {
75
"polymer": "Polymer/polymer#^2.0.0-rc.2",
86
"paper-listbox": "PolymerElements/paper-listbox#2.0-preview"
@@ -13,10 +11,6 @@
1311
"homepage": "http://pixyflux.com",
1412
"license": "MIT",
1513
"ignore": [
16-
"**/.*",
17-
"bower_components",
18-
"test",
19-
"tests"
2014
],
2115
"devDependencies": {
2216
"iron-component-page": "PolymerElements/iron-component-page#2.0-preview",

0 commit comments

Comments
 (0)