Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorJesse Mandel <jesse.mandel@gmail.com>2020-12-14 15:34:31 +0300
committerGitHub <noreply@github.com>2020-12-14 15:34:31 +0300
commita31ea592d6dc467839569490b2e4dbaa747a92a1 (patch)
treed89133f77bb8a4176913f563b08237144e618aad /nuget
parentfe3658672c9549dc8c68c1e8db384c4e444cee88 (diff)
Few updates for v5.0.0-beta1 NuGet support (#32453)
PopperJS 2.0 isn't on Nuget so dropped as a dependency
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.nuspec5
-rw-r--r--nuget/bootstrap.sass.nuspec5
2 files changed, 2 insertions, 8 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 2e4cd14703..59fdcb59ce 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -3,7 +3,7 @@
<metadata>
<id>bootstrap</id>
<!-- pulled from package.json -->
- <version>4</version>
+ <version>5</version>
<title>Bootstrap CSS</title>
<authors>The Bootstrap Authors, Twitter Inc.</authors>
<owners>bootstrap</owners>
@@ -16,9 +16,6 @@
<license type="file">LICENSE.txt</license>
<copyright>Copyright 2017-2020</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <dependencies>
- <dependency id="@popperjs/core" version="[2.5.4,3)" />
- </dependencies>
<tags>css mobile-first responsive front-end framework web</tags>
<contentFiles>
<files include="**/*" buildAction="Content" />
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index cbd72a6b55..77ab201c81 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -3,7 +3,7 @@
<metadata>
<id>bootstrap.sass</id>
<!-- pulled from package.json -->
- <version>4</version>
+ <version>5</version>
<title>Bootstrap Sass</title>
<authors>The Bootstrap Authors, Twitter Inc.</authors>
<owners>bootstrap</owners>
@@ -16,9 +16,6 @@
<license type="file">LICENSE.txt</license>
<copyright>Copyright 2017-2020</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <dependencies>
- <dependency id="@popperjs/core" version="[2.5.4,3)" />
- </dependencies>
<tags>css sass mobile-first responsive front-end framework web</tags>
<contentFiles>
<files include="**/*" buildAction="Content" />