Commit a00006d0 authored by Jesse Mandel's avatar Jesse Mandel Committed by Mark Otto
Browse files

Add popper.js as a NuGet dependency to match project.json (#23338)

https://github.com/twbs/bootstrap/issues/22359
parent 713cfdd1
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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>
......
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment