From: Johann-S Date: Sun, 17 Jun 2018 20:59:48 +0000 (+0200) Subject: fix(build): remove jquery in our build X-Git-Tag: v5.0.0-alpha1~1294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83cea3bafa57987b8cd6be0557bbca8364ab1fee;p=thirdparty%2Fbootstrap.git fix(build): remove jquery in our build --- diff --git a/build/rollup.config.js b/build/rollup.config.js index e81a07ef58..b3a7929ec4 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -22,7 +22,6 @@ const plugins = [ }) ] const globals = { - jquery: 'jQuery', // Ensure we use jQuery which is always available even in noConflict mode 'popper.js': 'Popper' } diff --git a/package.json b/package.json index 09c273343f..f204287f27 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,6 @@ "license": "MIT", "dependencies": {}, "peerDependencies": { - "jquery": "1.9.1 - 3", "popper.js": "^1.14.7" }, "devDependencies": { @@ -203,15 +202,12 @@ "shim": { "js/bootstrap": { "deps": [ - "jquery", "popper.js" - ], - "exports": "$" + ] } }, "dependencies": {}, "peerDependencies": { - "jquery": "1.9.1 - 3", "popper.js": "^1.14.7" } }