summaryrefslogtreecommitdiff
path: root/client/build.js
diff options
context:
space:
mode:
authorShyam Sunder <sgsunder1@gmail.com>2020-06-23 12:58:44 -0400
committerShyam Sunder <sgsunder1@gmail.com>2020-06-23 12:58:44 -0400
commit342ca9ccba57f5d758baea1a4c67168c3175745d (patch)
tree6398570cb34b18eb75ab41872c5cbcab83de4f20 /client/build.js
parentd420609f97e81d3bb696ec1b8bad927ae15b5c7b (diff)
client/build: fix npm audit
Diffstat (limited to 'client/build.js')
-rwxr-xr-xclient/build.js7
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 = {