chore(dev-deps): Drop esdoc
It's unmaintained and we don't use the docs. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
80b068aa8d
Коммит
227c8cd727
|
@ -5,10 +5,6 @@
|
|||
This library is a wrapper for [ICAL.js](https://github.com/mozilla-comm/ical.js/) that provides more convenient ways for editing.
|
||||
Together with [cdav-library](https://github.com/nextcloud/cdav-library), it's the heart of the Nextcloud calendar app.
|
||||
|
||||
## Documentation
|
||||
|
||||
`npm run build-doc`
|
||||
|
||||
## Developing
|
||||
|
||||
Please take note that this library has been developed solely for the purpose of using it in the Nextcloud calendar app.
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
11
package.json
11
package.json
|
@ -49,8 +49,6 @@
|
|||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.2",
|
||||
"babel-jest": "^29",
|
||||
"esdoc": "^1.1.0",
|
||||
"esdoc-standard-plugin": "^1.0.0",
|
||||
"jest": "^29",
|
||||
"rollup": "^2.53.2",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4"
|
||||
|
@ -84,15 +82,6 @@
|
|||
"./tests/assets/loader.js"
|
||||
]
|
||||
},
|
||||
"esdoc": {
|
||||
"source": "./src",
|
||||
"destination": "./docs",
|
||||
"plugins": [
|
||||
{
|
||||
"name": "esdoc-standard-plugin"
|
||||
}
|
||||
]
|
||||
},
|
||||
"browserslist": [
|
||||
"extends @nextcloud/browserslist-config"
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче