remove unused dependency

This commit is contained in:
Marcos Moura 2017-01-10 00:57:56 -02:00
parent ee6b3d4d41
commit eed652ee1f
4 changed files with 4 additions and 6 deletions

View file

@ -102,7 +102,6 @@ You don't need to include any other library to work with vue-material. The focus
* <a href="http://vuejs.org" target="_blank">vue</a>
* <a href="http://www.jacklmoore.com/autosize/" target="_blank">autosize</a>
* <a href="https://www.npmjs.com/package/element.scrollintoviewifneeded-polyfill" target="_blank">element.scrollintoviewifneeded-polyfill</a>
* <a href="https://github.com/lazd/scopedQuerySelectorShim" target="_blank">scopedQuerySelectorShim</a>
## License
MIT

View file

@ -55,10 +55,6 @@
<li>
<a href="https://www.npmjs.com/package/element.scrollintoviewifneeded-polyfill" rel="noopener" target="_blank">element.scrollintoviewifneeded-polyfill</a>
</li>
<li>
<a href="https://github.com/lazd/scopedQuerySelectorShim" rel="noopener" target="_blank">scopedQuerySelectorShim</a>
</li>
</ul>
</section>

View file

@ -77,7 +77,6 @@
"ora": "^0.4.0",
"raw-loader": "^0.5.1",
"sass-loader": "^4.1.1",
"scopedQuerySelectorShim": "lazd/scopedQuerySelectorShim",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^2.0.7",
"vue-html-loader": "^1.2.3",

View file

@ -206,6 +206,10 @@
.md-icon {
color: rgba(#000, .54);
}
.md-ink-ripple {
border-radius: 0;
}
}
.md-list-item-expand {