1.1.0
This commit is contained in:
parent
c75c2483ae
commit
f51289e735
2 changed files with 14 additions and 2 deletions
11
lbry-components.json
Normal file
11
lbry-components.json
Normal 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"
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue