Skip to content

Commit

Permalink
Move JS build dependencies to 'dependencies' (#10763)
Browse files Browse the repository at this point in the history
- 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: #10761
  • Loading branch information
silverwind authored Mar 19, 2020
1 parent a2809b3 commit 661289d
Show file tree
Hide file tree
Showing 2 changed files with 1,908 additions and 2,438 deletions.
Loading

0 comments on commit 661289d

Please sign in to comment.