diff --git a/index.js b/index.js new file mode 100644 index 0000000..7ac0cfa --- /dev/null +++ b/index.js @@ -0,0 +1,20 @@ +"use strict"; + + + +module.exports = exports = { + badge: require("./sass/badge.scss") +}; + +// { +// "badge": "sass/badge", +// "button": "sass/button", +// "index": "sass/style.scss", +// "init": [ +// "sass/init/animation", +// "sass/init/mixins", +// "sass/init/reset", +// "sass/init/variables" +// ], +// "media": "sass/media" +// } diff --git a/lbry-components.json b/lbry-components.json deleted file mode 100644 index a956ef2..0000000 --- a/lbry-components.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 057ee13..3825bf8 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ }, "files": [ "dist/style.css", - "lbry-components.json", - "sass/style.scss" + "sass/*", + "index.js" ], "homepage": "https://github.com/lbryio/components#readme", "husky": { @@ -42,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.1.0" + "version": "1.2.0" }