mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-03 12:35:23 +02:00
Updated highlight.js (#131)
* Updated highlight.js * Update .codexdocsrc.sample remove undefined page for a fresh new install Co-authored-by: Taly <vitalik7tv@yandex.ru>
This commit is contained in:
parent
180e1d57cb
commit
077ea72906
11 changed files with 46 additions and 30 deletions
|
@ -4,6 +4,7 @@
|
|||
"bin": {
|
||||
"generatePassword": "bin/generatePassword.js"
|
||||
},
|
||||
"browserslist": ["last 2 versions", "> 1%"],
|
||||
"scripts": {
|
||||
"start": "cross-env NODE_ENV=production nodemon ./bin/www",
|
||||
"start:dev": "cross-env NODE_ENV=development nodemon ./bin/www",
|
||||
|
@ -72,7 +73,7 @@
|
|||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-node": "^8.0.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"highlight.js": "^10.4.1",
|
||||
"highlight.js": "^11.1.0",
|
||||
"husky": "^1.1.2",
|
||||
"mini-css-extract-plugin": "^0.4.3",
|
||||
"mocha": "^5.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue