Added npm-check with tasks
This commit is contained in:
parent
334b6191bd
commit
4c30278fb5
@ -15,7 +15,9 @@
|
||||
"lint:js:fix": "npm run lint:js -- --fix",
|
||||
"lint:css": "stylelint 'src/**/*.css'",
|
||||
"lint:css:fix": "stylefmt --recursive src/",
|
||||
"lint:staged": "lint-staged"
|
||||
"lint:staged": "lint-staged",
|
||||
"deps": "npm-check -s",
|
||||
"deps:update": "npm-check -u"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
@ -63,6 +65,7 @@
|
||||
"moment": "^2.11.2",
|
||||
"node-sass": "^3.10.0",
|
||||
"normalizr": "^2.0.0",
|
||||
"npm-check": "^5.2.3",
|
||||
"postcss-cssnext": "^2.7.0",
|
||||
"postcss-import": "^8.1.2",
|
||||
"postcss-loader": "^0.9.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user