mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
chore: update css lint deps
This commit is contained in:
parent
3eefaa8683
commit
6a28a91833
10
package.json
10
package.json
@ -121,10 +121,10 @@
|
||||
"source-map-loader": "0.2.3",
|
||||
"standard-version": "4.3.0",
|
||||
"style-loader": "0.20.2",
|
||||
"stylelint": "8.4.0",
|
||||
"stylelint-config-recommended-scss": "3.0.0",
|
||||
"stylelint-scss": "2.2.0",
|
||||
"stylelint-webpack-plugin": "0.10.1",
|
||||
"stylelint": "9.1.1",
|
||||
"stylelint-config-recommended-scss": "3.1.0",
|
||||
"stylelint-scss": "2.4.0",
|
||||
"stylelint-webpack-plugin": "0.10.3",
|
||||
"supertest": "3.0.0",
|
||||
"url-loader": "0.6.2",
|
||||
"verdaccio-auth-memory": "0.0.4",
|
||||
@ -157,7 +157,7 @@
|
||||
"pre:ci": "npm run lint && npm run build:webui",
|
||||
"commitmsg": "commitlint -e $GIT_PARAMS",
|
||||
"coverage:publish": "codecov",
|
||||
"lint": "npm run flow && eslint .",
|
||||
"lint": "npm run flow && eslint . && npm run lint:css",
|
||||
"lint:css": "stylelint 'src/**/*.scss' --syntax scss",
|
||||
"dev:start": "cross-env BABEL_ENV=registry babel-node src/lib/cli",
|
||||
"code:build": "cross-env BABEL_ENV=registry babel src/ --out-dir build/ --ignore src/webui/ --copy-files",
|
||||
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in New Issue
Block a user