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" }