From 6b6d559980cffeb1ab1cb0fcf86c09f9c7214a74 Mon Sep 17 00:00:00 2001 From: Mats Pfeiffer Date: Mon, 29 Jan 2018 17:48:22 +0100 Subject: [PATCH] fix(webpack): Fixes wrong module names --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f5f35ad84..55aaa6850 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "url": "https://github.com/matsp/material-components-vue.git" }, "homepage": "https://matsp.github.io/material-components-vue", - "style": "dist/material-component-vue.css", - "main": "dist/material-component-vue.umd.js", + "style": "dist/material-components-vue.css", + "main": "dist/material-components-vue.umd.js", "module": "components/index.js", "unpkg": "dist/material-components-vue.umd.es5.min.js", "scripts": {