1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-31 22:58:35 +00:00

Move JS build dependencies to 'dependencies' (#10763)

- move all JS build dependencies to 'dependencies'
- update all JS dependencies

Reason for this is that npm will only install 'dependencies' when under
the effect of NODE_ENV=production which may be present on some build
systems.

Linters currently need to be depdendencies because we run linting as
part of the build step, but I plan to move them to a separate 'lint'
target which means they can move to devDependencies then.

Fixes: https://github.com/go-gitea/gitea/pull/10761
This commit is contained in:
silverwind
2020-03-19 03:45:23 +01:00
committed by GitHub
parent a2809b391d
commit 661289d480
2 changed files with 1892 additions and 2422 deletions

4282
package-lock.json generated

File diff suppressed because it is too large Load Diff