This commit is contained in:
ポール ウェッブ 2018-11-30 15:54:43 -06:00
parent a93880a820
commit c75c2483ae

View file

@ -18,6 +18,7 @@
}, },
"files": [ "files": [
"dist/style.css", "dist/style.css",
"sass/init/mixins",
"sass/style.scss" "sass/style.scss"
], ],
"homepage": "https://github.com/lbryio/components#readme", "homepage": "https://github.com/lbryio/components#readme",
@ -40,5 +41,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.2" "version": "1.0.3"
} }