Fixed markup and usage of dependencies
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -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;
|
||||
Reference in New Issue
Block a user