Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move JS build dependencies to 'dependencies' #10763

Merged
merged 1 commit into from
Mar 19, 2020
Merged

Commits on Mar 18, 2020

  1. Move JS build dependencies to 'dependencies'

    - 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: go-gitea#10761
    silverwind committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    c70106c View commit details
    Browse the repository at this point in the history