Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
fix: revise readme demo + remove iron-icon dep
Browse files Browse the repository at this point in the history
  • Loading branch information
greenyouse committed Jan 20, 2017
1 parent 605f5fc commit 9ebd1c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Bottom navigation for mobile that follows the [Material Design specification](ht

<!--
```
<custom-element-demo height="400">
<custom-element-demo>
<template>
<script src="../webcomponentsjs/webcomponents-lite.min.js"></script>
<link rel="import" href="../app-layout/demo/sample-content.html">
<link rel="import" href="../iron-icon/iron-icon.html">
<link rel="import" href="../iron-icons/iron-icons.html">
<link rel="import" href="../paper-styles/paper-styles.html">
<link rel="import" href="bottom-nav.html">
<link rel="import" href="bottom-toolbar.html">
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"polymer": "Polymer/polymer#^1.4.0",
"paper-tabs": "PolymerElements/paper-tabs#^1.7.0",
"app-layout": "^0.10.6",
"iron-resizable-behavior": "^1.0.5",
"iron-icon": "PolymerElements/iron-icon#^1.0.12"
"iron-resizable-behavior": "^1.0.5"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
Expand Down

0 comments on commit 9ebd1c5

Please sign in to comment.