diff options
| author | Jesse Mandel <[email protected]> | 2017-08-11 13:41:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-11 13:41:33 -0700 |
| commit | a00006d0a8b5542aaef4c1089c1f025afa243a99 (patch) | |
| tree | b32f2b16cef232e03a66558dc2a6e80891ae59cb | |
| parent | 713cfdd1303d02092c9ca02597d3e841090e02f1 (diff) | |
| download | bootstrap-a00006d0a8b5542aaef4c1089c1f025afa243a99.tar.xz bootstrap-a00006d0a8b5542aaef4c1089c1f025afa243a99.zip | |
Add popper.js as a NuGet dependency to match project.json (#23338)
https://github.com/twbs/bootstrap/issues/22359
| -rw-r--r-- | nuget/bootstrap.nuspec | 1 | ||||
| -rw-r--r-- | nuget/bootstrap.sass.nuspec | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index bbb458263..4e843c3e3 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 aba443c2a..92e1ff54f 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> |
