It's unmaintained and we don't use the docs.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2022-12-27 13:56:03 +01:00
Родитель 80b068aa8d
Коммит 227c8cd727
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
3 изменённых файлов: 46 добавлений и 3101 удалений

Просмотреть файл

@ -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.

3132
package-lock.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"
]