From c75c2483ae689782d39250586e4c6d38358fb88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Fri, 30 Nov 2018 15:54:43 -0600 Subject: [PATCH] 1.0.3 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b43c736..1e79ff8 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ }, "files": [ "dist/style.css", + "sass/init/mixins", "sass/style.scss" ], "homepage": "https://github.com/lbryio/components#readme", @@ -40,5 +41,5 @@ "test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit", "watch": "npm run sass:dev" }, - "version": "1.0.2" + "version": "1.0.3" }