Skip to content

Commit 6c1f1ec

Browse files
updateBootstrapping is defined but not called
Withouth overwriting the default `bootstrap.js` file, `npm install` will fail because it tries to install the (now-removed) bootstrap-sass.
1 parent 633a4b5 commit 6c1f1ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TachyonsPreset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public static function install()
1313
{
1414
static::updatePackages();
1515
static::updateSass();
16+
static::updateBootstrapping();
1617
static::updateWelcomePage();
1718
static::removeNodeModules();
1819
}

0 commit comments

Comments
 (0)