]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Few updates for v5.0.0-beta1 NuGet support (#32453)
authorJesse Mandel <jesse.mandel@gmail.com>
Mon, 14 Dec 2020 12:34:31 +0000 (04:34 -0800)
committerGitHub <noreply@github.com>
Mon, 14 Dec 2020 12:34:31 +0000 (14:34 +0200)
PopperJS 2.0 isn't on Nuget so dropped as a dependency

nuget/bootstrap.nuspec
nuget/bootstrap.sass.nuspec

index 2e4cd147034dbfdfecdd7506f7bdd9def275baee..59fdcb59ce9b3ca6c023df47c6381c5c55ad0da6 100644 (file)
@@ -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" />
index cbd72a6b551b58690c08dca3c69c8df231cd8931..77ab201c81df9605ff5d6bd0c7503ee4f77d7b96 100644 (file)
@@ -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" />