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>2017-08-11 23:41:33 +0300
committerMark Otto <markd.otto@gmail.com>2017-08-11 23:41:33 +0300
commita00006d0a8b5542aaef4c1089c1f025afa243a99 (patch)
treeb32f2b16cef232e03a66558dc2a6e80891ae59cb /nuget
parent713cfdd1303d02092c9ca02597d3e841090e02f1 (diff)
Add popper.js as a NuGet dependency to match project.json (#23338)
https://github.com/twbs/bootstrap/issues/22359
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.nuspec1
-rw-r--r--nuget/bootstrap.sass.nuspec1
2 files changed, 2 insertions, 0 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index bbb4582639..4e843c3e3c 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -17,6 +17,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="[1.9.1,4)" />
+ <dependency id="popper.js" version="[1.11,2)" />
</dependencies>
<tags>css mobile-first responsive front-end framework web</tags>
</metadata>
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index aba443c2a5..92e1ff54fa 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -17,6 +17,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="[1.9.1,4)" />
+ <dependency id="popper.js" version="[1.11,2)" />
</dependencies>
<tags>css sass mobile-first responsive front-end framework web</tags>
</metadata>