aboutsummaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-12-15 11:24:13 +0200
committerXhmikosR <[email protected]>2020-12-15 11:24:13 +0200
commitea9c7e735b2593229a504d53e986eb38cacc7066 (patch)
tree5a872f8f959232592bb0aa34cc5b4dbb7ecbc364 /nuget
parente5933330e1e3c363d240035d67f97ec094577d91 (diff)
parentcc3a5cf79a5afd73a97dce380f93e0d192a34456 (diff)
downloadbootstrap-rohit/main/modal-with-sticky.tar.xz
bootstrap-rohit/main/modal-with-sticky.zip
Merge remote-tracking branch 'remotes/origin/main' into rohit/main/modal-with-stickyrohit/main/modal-with-sticky
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 2e4cd1470..59fdcb59c 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 cbd72a6b5..77ab201c8 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" />