Fixed markup and usage of dependencies

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-02-27 10:51:17 +01:00
parent 2146f048dd
commit 89cbc438ae
2 changed files with 13 additions and 10 deletions

View File

@ -3,11 +3,12 @@
let dependencies = {};
dependencies.files = [
"./node_modules/echo-js/dist/echo",
"./node_modules/popper.js/dist/popper",
"./node_modules/bootstrap/js/dist/util",
"./node_modules/bootstrap/js/dist/collapse",
"./node_modules/bootstrap/js/dist/tooltip",
"~babel-polyfill/dist/polyfill",
"~echo-js/dist/echo",
"~popper.js/dist/popper",
"~bootstrap/js/dist/util",
"~bootstrap/js/dist/collapse",
"~bootstrap/js/dist/tooltip",
];
module.exports = dependencies;