diff --git a/package-overrides/npm/bootstrap@4.0.0-alpha.2.json b/package-overrides/npm/bootstrap@4.0.0-alpha.2.json new file mode 100644 index 0000000..daab544 --- /dev/null +++ b/package-overrides/npm/bootstrap@4.0.0-alpha.2.json @@ -0,0 +1,23 @@ +{ + "main": "dist/js/bootstrap", + "files": null, + "ignore": [ + "dist/js/npm" + ], + "directories": { + "lib": "." + }, + "shim": { + "dist/js/bootstrap": { + "deps": [ + "jquery", + "tether" + ], + "exports": "$" + } + }, + "dependencies": { + "jquery": "*", + "tether": "github:HubSpot/tether@^1.1.1" + } +} \ No newline at end of file