aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 85134ef49..ec302c0e9 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 3f1e211f8..50557cc53 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>