diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-23 12:58:44 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-23 12:58:44 -0400 |
| commit | 342ca9ccba57f5d758baea1a4c67168c3175745d (patch) | |
| tree | 6398570cb34b18eb75ab41872c5cbcab83de4f20 /client/build.js | |
| parent | d420609f97e81d3bb696ec1b8bad927ae15b5c7b (diff) | |
client/build: fix npm audit
Diffstat (limited to 'client/build.js')
| -rwxr-xr-x | client/build.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/client/build.js b/client/build.js index 19c7aeb..46406f0 100755 --- a/client/build.js +++ b/client/build.js @@ -21,11 +21,12 @@ const webapp_splash_screens = [ ]; const external_js = [ - 'underscore', - 'superagent', - 'mousetrap', 'js-cookie', + 'marked', + 'mousetrap', 'nprogress', + 'superagent', + 'underscore', ]; const app_manifest = { |