@material/mwc-button
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@material/mwc-button", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -18,4 +18,4 @@ "main": "mwc-button.js", | ||
"@material/mwc-base": "^0.1.0", | ||
"@material/mwc-icon": "^0.1.0", | ||
"@material/mwc-ripple": "^0.1.0", | ||
"@material/mwc-icon": "^0.1.1", | ||
"@material/mwc-ripple": "^0.1.1", | ||
"@polymer/lit-element": "^0.4.0" | ||
@@ -22,0 +22,0 @@ }, |
@@ -6,7 +6,7 @@ # mwc-button | ||
* The easiest way to try out mwc-button is to use one of these online tools: | ||
* The easiest way to try out mwc-button is to use one of these online tools: | ||
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html) | ||
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html) | ||
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), | ||
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), | ||
[CodePen](https://codepen.io/azakus/pen/deZLja). | ||
@@ -46,3 +46,3 @@ | ||
```npm i -g polymer-cli@next``` | ||
```npm i -g polymer-cli``` | ||
@@ -49,0 +49,0 @@ 1. Run the development server and open a browser pointing to its URL: |
15008
Updated@material/mwc-icon@^0.1.1
Updated@material/mwc-ripple@^0.1.1