From 9af32994b5572c8122dd101e90581411f0c33bbc Mon Sep 17 00:00:00 2001 From: Wikiki Date: Sat, 10 Feb 2018 09:52:58 +0100 Subject: [PATCH] fix(package): Correct file paths --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8027232..2cd9f59 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bulma-checkradio", "version": "0.1.6", "description": "Make classic checkbox and radio more sexy in different colors, sizes, and states ", - "main": "checkradio.sass", + "main": "dist/bulma-checkradio.sass", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -47,7 +47,7 @@ "run-sequence": "^2.2.1" }, "files": [ - "dist/checkradio.sass", + "dist/bulma-checkradio.sass", "dist/bulma-checkradio.min.css", "LICENSE", "README.md"