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:
authorJohann-S <johann.servoire@gmail.com>2017-08-22 21:28:04 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-08-23 09:55:09 +0300
commitb72489a8515a90f3e45baf3d0bf19df9ccafff93 (patch)
treebc150526a58b37b23fb378ed6c61f677b91baa78 /nuget
parent6063b0dc659e7ba3a83cfc9502ad7872f8201a32 (diff)
Update which required jQuery release folks should use
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.nuspec2
-rw-r--r--nuget/bootstrap.sass.nuspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 4e843c3e3c..6cbc5b4025 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -16,7 +16,7 @@
<copyright>Copyright 2017</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
- <dependency id="jQuery" version="[1.9.1,4)" />
+ <dependency id="jQuery" version="[3.0.0,4)" />
<dependency id="popper.js" version="[1.11,2)" />
</dependencies>
<tags>css mobile-first responsive front-end framework web</tags>
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index 92e1ff54fa..0bd14e3ea3 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -16,7 +16,7 @@
<copyright>Copyright 2017</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
- <dependency id="jQuery" version="[1.9.1,4)" />
+ <dependency id="jQuery" version="[3.0.0,4)" />
<dependency id="popper.js" version="[1.11,2)" />
</dependencies>
<tags>css sass mobile-first responsive front-end framework web</tags>