From a749db8d0f216491cfefb3849891d93f89b775f7 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 11 Oct 2022 18:45:17 +0000 Subject: composer update twbs --- vendor/twbs/bootstrap/nuget/MyGet.ps1 | 2 -- vendor/twbs/bootstrap/nuget/bootstrap.nuspec | 5 ++--- vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) (limited to 'vendor/twbs/bootstrap/nuget') diff --git a/vendor/twbs/bootstrap/nuget/MyGet.ps1 b/vendor/twbs/bootstrap/nuget/MyGet.ps1 index e1e990467..5213b0104 100644 --- a/vendor/twbs/bootstrap/nuget/MyGet.ps1 +++ b/vendor/twbs/bootstrap/nuget/MyGet.ps1 @@ -4,8 +4,6 @@ $nuget = $env:NuGet -Copy-Item $env:SourcesPath\LICENSE $env:SourcesPath\LICENSE.txt # has to be .txt extension, don't check in - # parse the version number out of package.json $bsversionParts = ((Get-Content $env:SourcesPath\package.json) -join "`n" | ConvertFrom-Json).version.split('-', 2) # split the version on the '-' $bsversion = $bsversionParts[0] diff --git a/vendor/twbs/bootstrap/nuget/bootstrap.nuspec b/vendor/twbs/bootstrap/nuget/bootstrap.nuspec index ab23e2458..d2127d4a0 100644 --- a/vendor/twbs/bootstrap/nuget/bootstrap.nuspec +++ b/vendor/twbs/bootstrap/nuget/bootstrap.nuspec @@ -9,11 +9,11 @@ bootstrap The most popular front-end framework for developing responsive, mobile first projects on the web. https://blog.getbootstrap.com/ - Bootstrap framework in CSS. Includes JavaScript + Bootstrap framework in CSS. Includes JavaScript. en-us https://getbootstrap.com/ bootstrap.png - LICENSE.txt + MIT Copyright 2017-2022 false css mobile-first responsive front-end framework web @@ -22,7 +22,6 @@ - diff --git a/vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec b/vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec index 058174e70..ef2284f15 100644 --- a/vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec +++ b/vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec @@ -13,7 +13,7 @@ en-us https://getbootstrap.com/ bootstrap.png - LICENSE.txt + MIT Copyright 2017-2022 false css sass mobile-first responsive front-end framework web @@ -22,7 +22,6 @@ - -- cgit v1.2.3