nextcloud/apps/accessibility
dependabot[bot] 7e2414c73a Bump core-js from 3.19.2 to 3.19.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.2 to 3.19.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.19.2...v3.19.3)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-11 12:59:40 +00:00
..
appinfo
composer Update to composer 2.1.11 2021-11-04 12:30:11 +01:00
css
fonts
img
js Bump core-js from 3.19.2 to 3.19.3 2021-12-11 12:59:40 +00:00
l10n [tx-robot] updated from transifex 2021-11-08 02:33:09 +00:00
lib
src
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md
webpack.js

Accessibility

This app provide multiple features to ease the use of nextcloud.

Build Setup

# install dependencies
make dev-setup

# build for development
make build-js

# build for development and watch edits
make watch-js

# build for production with minification
make build-js-production

# clean output files
make clean