forked from Graylog2/graylog2-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to node 8 / yarn (Graylog2#4361)
* Fix jquery types dependency We need version 2 instead of 3. * Ensure we don't leak files in graylog-web-plugin Use `files` attributes to whitelist files that should be in node package, instead of blacklisting in .npmignore. This helps avoiding any leaks in dotfiles or uploading any unwanted file. * Switch graylog-web-plugin package.json to yarn The package can now be used with yarn v1.3, and scripts use yarn as default. Anyway, the package will still work with npm v4. * Add jquery package resolutions This ensures only one copy of `jquery` and `@types/jquery` are installed when using yarn. * Replace npm with yarn * Add updated vendor-modules * Do not exclude yarn.lock file
- Loading branch information
Showing
10 changed files
with
7,837 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,3 @@ manifests/*-manifest.json | |
plugin | ||
cache | ||
|
||
yarn.lock | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.