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..71c0c83 --- /dev/null +++ b/package-overrides/npm/bootstrap@4.0.0-alpha.2.json @@ -0,0 +1,30 @@ +{ + "main": "dist/js/bootstrap", + "files": [ + "dist", + "grunt", + "js/*.js", + "scss/**/*.scss", + "Gruntfile.js", + "LICENSE" + ], + "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