This commit is contained in:
ポール ウェッブ 2018-11-30 16:49:25 -06:00
commit f51289e735
2 changed files with 14 additions and 2 deletions

11
lbry-components.json Normal file
View file

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

View file

@ -18,7 +18,7 @@
}, },
"files": [ "files": [
"dist/style.css", "dist/style.css",
"sass/init/mixins", "lbry-components.json",
"sass/style.scss" "sass/style.scss"
], ],
"homepage": "https://github.com/lbryio/components#readme", "homepage": "https://github.com/lbryio/components#readme",
@ -28,6 +28,7 @@
} }
}, },
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"main": "lbry-components.json",
"name": "@lbry/components", "name": "@lbry/components",
"repository": { "repository": {
"type": "git", "type": "git",
@ -41,5 +42,5 @@
"test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit", "test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit",
"watch": "npm run sass:dev" "watch": "npm run sass:dev"
}, },
"version": "1.0.3" "version": "1.1.0"
} }