From e24acef6706b03f874041b0efe1d9a03334f8207 Mon Sep 17 00:00:00 2001 From: Wikiki Date: Wed, 29 Nov 2017 12:14:38 +0100 Subject: [PATCH] Fix css name --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b0758b7..971f346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-checkradio", - "version": "0.1.3", + "version": "0.1.4", "description": "Make classic checkbox and radio more sexy in different colors, sizes, and states ", "main": "checkradio.sass", "scripts": { @@ -27,8 +27,8 @@ }, "files": [ "checkradio.sass", - "checkradio.css", - "checkradio.min.css", + "bulma-checkradio.css", + "bulma-checkradio.min.css", "LICENSE", "README.md" ]