From 51b733ba280901cf7b365df47e399a975095039d Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Sun, 1 Apr 2018 00:33:28 -0500 Subject: [PATCH 1/3] Update NPM installs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 991f75e8d..43545329b 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ View at [Material Design Icons](http://materialdesignicons.com/). This repo also | | NPM | Bower | Dist Repo | |-----------------|-----------------------|-------------------------|-----------| -| Webfont / SCSS | `npm install mdi` |`bower install mdi` | [MaterialDesign-Webfont](https://github.com/Templarian/MaterialDesign-Webfont) | -| SVG / Meta.json | `npm install mdi-svg` | `bower install mdi-svg` | [MaterialDesign-SVG](https://github.com/Templarian/MaterialDesign-SVG) | +| Webfont / SCSS | `npm install @mdi/font` |`bower install mdi` | [MaterialDesign-Webfont](https://github.com/Templarian/MaterialDesign-Webfont) | +| SVG / Meta.json | `npm install @mdi/svg` | `bower install mdi-svg` | [MaterialDesign-SVG](https://github.com/Templarian/MaterialDesign-SVG) | [![Icons](http://i.imgur.com/zKuXEkR.png)](https://materialdesignicons.com/) From c2780d25618a5a7cfbd1468c93b407be7907f1ec Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Sun, 1 Apr 2018 12:40:22 -0500 Subject: [PATCH 2/3] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43545329b..9de0e9ce8 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Please follow official releases and use the `mdi-svg` dependency for any third p [Templarian/MaterialDesign-SVG](https://github.com/templarian/materialdesign-svg) ``` -npm install mdi-svg +npm install @mdi/svg bower install mdi-svg ``` From 0d807b7c001a06d17d0bce116b30e525dd36c557 Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Sun, 1 Apr 2018 12:41:42 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de0e9ce8..ddabd4d60 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ For those designing new icons please use the templates provided as a starting po ### Third Party (Plugins / Extensions / etc) -Please follow official releases and use the `mdi-svg` dependency for any third party integration. This ensures a stable release for your plugins or third party libraries/applications. +Please follow official releases and use the `@mdi/svg` [NPM](https://www.npmjs.com/package/@mdi/svg) dependency for any third party integration. This ensures a stable release for your plugins or third party libraries/applications. [Templarian/MaterialDesign-SVG](https://github.com/templarian/materialdesign-svg)