diff options
author | silverwind <me@silverwind.io> | 2020-03-19 03:45:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 10:45:23 +0800 |
commit | 661289d48039d403a68033c5788b83d9b53cb3aa (patch) | |
tree | 39dcb6379ad0e1e52060487ede503f5def90d95e /modules/git | |
parent | a2809b391d332a8b753c33c98229bd4243165187 (diff) | |
download | gitea-661289d48039d403a68033c5788b83d9b53cb3aa.tar.gz gitea-661289d48039d403a68033c5788b83d9b53cb3aa.zip |
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
Diffstat (limited to 'modules/git')
0 files changed, 0 insertions, 0 deletions