removing doctoc, which is no longer being used
Signed-off-by: Claudius <opensource@amenthes.de>
This commit is contained in:
parent
edf301cfa3
commit
fb973d2a6f
2 changed files with 1 additions and 10 deletions
|
@ -30,13 +30,6 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- shellcheck bin/heroku bin/setup
|
- shellcheck bin/heroku bin/setup
|
||||||
language: generic
|
language: generic
|
||||||
- env: task=doctoc
|
|
||||||
install: npm install doctoc
|
|
||||||
script:
|
|
||||||
- cp README.md README.md.orig
|
|
||||||
- npm run doctoc
|
|
||||||
- diff -q README.md README.md.orig
|
|
||||||
language: generic
|
|
||||||
- env: task=json-lint
|
- env: task=json-lint
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|
|
@ -12,8 +12,7 @@
|
||||||
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
|
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
|
||||||
"heroku-prebuild": "bin/heroku",
|
"heroku-prebuild": "bin/heroku",
|
||||||
"build": "webpack --config webpack.prod.js --progress --colors --bail",
|
"build": "webpack --config webpack.prod.js --progress --colors --bail",
|
||||||
"start": "sequelize db:migrate && node app.js",
|
"start": "sequelize db:migrate && node app.js"
|
||||||
"doctoc": "doctoc --title='# Table of Contents' README.md"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@passport-next/passport-openid": "^1.0.0",
|
"@passport-next/passport-openid": "^1.0.0",
|
||||||
|
@ -172,7 +171,6 @@
|
||||||
"babel-runtime": "^6.26.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"copy-webpack-plugin": "^4.5.2",
|
"copy-webpack-plugin": "^4.5.2",
|
||||||
"css-loader": "^1.0.0",
|
"css-loader": "^1.0.0",
|
||||||
"doctoc": "^1.4.0",
|
|
||||||
"ejs-loader": "^0.3.1",
|
"ejs-loader": "^0.3.1",
|
||||||
"eslint": "^5.9.0",
|
"eslint": "^5.9.0",
|
||||||
"eslint-config-standard": "^12.0.0",
|
"eslint-config-standard": "^12.0.0",
|
||||||
|
|
Loading…
Reference in a new issue