This commit is contained in:
ポール ウェッブ 2018-11-30 15:23:19 -06:00
parent 85028b0651
commit a93880a820

View file

@ -16,6 +16,10 @@
"sass-lint": "^1.12.1",
"updates": "^5.4.2"
},
"files": [
"dist/style.css",
"sass/style.scss"
],
"homepage": "https://github.com/lbryio/components#readme",
"husky": {
"hooks": {
@ -36,5 +40,5 @@
"test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit",
"watch": "npm run sass:dev"
},
"version": "1.0.1"
"version": "1.0.2"
}