Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
visa4fluid committed Jun 18, 2019
1 parent 03f03f7 commit 511c145
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@
Is a [Polymer 3](https://polymer-library.polymer-project.org) web component that provides a material design [chip](https://www.google.com/design/spec/components/chips.html) and a list of chips.


See: [Demo](https://www.webcomponents.org/element/@fluidnext-polymer/paper-chips/demo/demo/index.html).
See: [Demo](https://www.webcomponents.org/element/@fluidnext-polymer/paper-chip/demo/demo/index.html).


## Usage
Expand Down
4 changes: 2 additions & 2 deletions demo/index.html
@@ -1,13 +1,11 @@
<html>
<head>
<script type="module">
import '@webcomponents/webcomponentsjs/webcomponents-loader.js';
import '@polymer/iron-demo-helpers/demo-pages-shared-styles.js';
import '@polymer/iron-demo-helpers/demo-snippet.js';
import '@polymer/paper-input/paper-input';
import '@fluidnext-polymer/paper-autocomplete/paper-autocomplete';
import '@polymer/paper-checkbox';
import '../paper-chips.js';
</script>
<custom-style>
<style is="custom-style" include="demo-pages-shared-styles">
Expand All @@ -16,6 +14,8 @@
}
</style>
</custom-style>
<script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script type="module" src="../paper-chips.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@fluidnext-polymer/paper-chip",
"version": "3.1.0",
"version": "3.1.1",
"description": "Paper Chip",
"scripts": {
"test": "polymer test",
Expand Down

0 comments on commit 511c145

Please sign in to comment.