Updated dep and fix for build issue
This commit is contained in:
parent
f49607e7b1
commit
09543fcf1d
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
"make-promises-safe": "^4.0.0",
|
||||
"markdown-it": "^8.4.2",
|
||||
"markdown-it-anchor": "^5.0.2",
|
||||
"prismjs": "^9000.0.2",
|
||||
"prismjs": "^1.15.0",
|
||||
"redis": "^2.8.0",
|
||||
"request": "^2.88.0",
|
||||
"request-promise-native": "^1.0.5",
|
||||
|
@ -60,7 +60,7 @@
|
|||
"@inc/sasslint-config": "^1.1.1",
|
||||
"@lbry/color": "^1.0.3",
|
||||
"eslint": "^5.9.0",
|
||||
"husky": "^1.1.4",
|
||||
"husky": "^1.2.0",
|
||||
"nodemon": "^1.18.6",
|
||||
"npm-run-all": "^4.1.3",
|
||||
"sass": "^1.15.1",
|
||||
|
@ -85,7 +85,7 @@
|
|||
"format": "eslint '**/*.js' --fix --ignore-pattern '/app/dist/'",
|
||||
"start": "npm run css && NODE_ENV=production node server",
|
||||
"test": "run-s test:*",
|
||||
"test:dependencies": "updates --update ./",
|
||||
"test:dependencies": "updates --update ./ --exclude prismjs",
|
||||
"test:lint": "standardx --verbose | snazzy",
|
||||
"test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit",
|
||||
"watch": "run-p watch:*",
|
||||
|
|
Loading…
Reference in a new issue