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:
authorSupergibbs <jesse.mandel@gmail.com>2015-09-02 03:08:25 +0300
committerSupergibbs <jesse.mandel@gmail.com>2015-09-02 03:08:25 +0300
commit9d2bb0faa7f2e1f1018b57673977e4e97c24fca7 (patch)
tree5a59e0d049f2b4b80f9420ec73edb8bf34759ab7 /nuget
parent86997512ce11d30ec296c6310c74c49ef3300053 (diff)
Updated NuGet jQuery dependency (>= 1.9.1 but < 3) to
match https://github.com/twbs/bootstrap/pull/16896
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.less.nuspec2
-rw-r--r--nuget/bootstrap.nuspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuget/bootstrap.less.nuspec b/nuget/bootstrap.less.nuspec
index 85134ef499..ec302c0e91 100644
--- a/nuget/bootstrap.less.nuspec
+++ b/nuget/bootstrap.less.nuspec
@@ -16,7 +16,7 @@
<copyright>Copyright 2015</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
- <dependency id="jQuery" version="1.9.1" />
+ <dependency id="jQuery" version="[1.9.1,3)" />
</dependencies>
<tags>css js less mobile-first responsive front-end framework web</tags>
</metadata>
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 3f1e211f84..50557cc532 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -16,7 +16,7 @@
<copyright>Copyright 2015</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
- <dependency id="jQuery" version="1.9.1" />
+ <dependency id="jQuery" version="[1.9.1,3)" />
</dependencies>
<tags>css js less mobile-first responsive front-end framework web</tags>
</metadata>