Updated deps
This commit is contained in:
parent
6fb7c3e321
commit
f477e725ca
1 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,12 @@
|
|||
},
|
||||
"description": "Styling for shared components across LBRY properties",
|
||||
"devDependencies": {
|
||||
"@inc/sasslint-config": "^1.1.3",
|
||||
"@inc/sasslint-config": "^1.2.0",
|
||||
"husky": "^1.3.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sass": "^1.17.0",
|
||||
"sass": "^1.17.2",
|
||||
"sass-lint": "^1.12.1",
|
||||
"updates": "^7.0.0"
|
||||
"updates": "^7.2.0"
|
||||
},
|
||||
"files": [
|
||||
"dist/style.css",
|
||||
|
@ -37,7 +37,7 @@
|
|||
"sass:prod": "sass --load-path=node_modules --update sass:dist --style compressed",
|
||||
"test": "run-s test:*",
|
||||
"test:dependencies": "updates --update ./",
|
||||
"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",
|
||||
"watch": "npm run sass:dev"
|
||||
},
|
||||
"version": "2.2.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue