From 214c860025f1c1fa8ebb85397bb3991c8d2a011f Mon Sep 17 00:00:00 2001 From: delebash Date: Wed, 3 Feb 2016 02:57:39 -0500 Subject: [PATCH] add bootstrap version 4.0.0 alpha 2 --- .../github/twbs/bootstrap@4.0.0-alpha.2.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package-overrides/github/twbs/bootstrap@4.0.0-alpha.2.json diff --git a/package-overrides/github/twbs/bootstrap@4.0.0-alpha.2.json b/package-overrides/github/twbs/bootstrap@4.0.0-alpha.2.json new file mode 100644 index 0000000..55bb4fe --- /dev/null +++ b/package-overrides/github/twbs/bootstrap@4.0.0-alpha.2.json @@ -0,0 +1,23 @@ +{ + "main": "js/bootstrap", + "files": null, + "ignore": [ + "dist/js/npm" + ], + "directories": { + "lib": "dist" + }, + "shim": { + "js/bootstrap": { + "deps": [ + "jquery", + "tether" + ], + "exports": "$" + } + }, + "dependencies": { + "jquery": "github:components/jquery", + "tether": "github:HubSpot/tether" + } +} \ No newline at end of file