Files
2martens.de/_assets/gulp_config/dependencies.js
2019-02-27 10:51:17 +01:00

14 lines
289 B
JavaScript

"use strict";
let dependencies = {};
dependencies.files = [
"~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;