From f51289e73567b68b23cafa10dcebf73aa479c82a 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 16:49:25 -0600 Subject: [PATCH] 1.1.0 --- lbry-components.json | 11 +++++++++++ package.json | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 lbry-components.json diff --git a/lbry-components.json b/lbry-components.json new file mode 100644 index 0000000..a956ef2 --- /dev/null +++ b/lbry-components.json @@ -0,0 +1,11 @@ +{ + "badge": "sass/badge", + "button": "sass/button", + "init": [ + "sass/init/animation", + "sass/init/mixins", + "sass/init/reset", + "sass/init/variables" + ], + "media": "sass/media" +} diff --git a/package.json b/package.json index 1e79ff8..057ee13 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "files": [ "dist/style.css", - "sass/init/mixins", + "lbry-components.json", "sass/style.scss" ], "homepage": "https://github.com/lbryio/components#readme", @@ -28,6 +28,7 @@ } }, "license": "BSD-3-Clause", + "main": "lbry-components.json", "name": "@lbry/components", "repository": { "type": "git", @@ -41,5 +42,5 @@ "test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit", "watch": "npm run sass:dev" }, - "version": "1.0.3" + "version": "1.1.0" }