8000 NuGet: Adjust version range to allow jQuery 3 · williamjava/bootstrap@904f306 · GitHub
[go: up one dir, main page]

Skip to content

Commit 904f306

Browse files
committed
NuGet: Adjust version range to allow jQuery 3
Refs twbs#16834 [skip sauce] [skip validator]
1 parent 0ef40c4 commit 904f306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nuget/bootstrap.less.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<copyright>Copyright 2016</copyright>
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<dependencies>
19-
<dependency id="jQuery" version="[1.9.1,3)" />
19+
<dependency id="jQuery" version="[1.9.1,4)" />
2020
</dependencies>
2121
<tags>css js less mobile-first responsive front-end framework web</tags>
2222
</metadata>

nuget/bootstrap.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<copyright>Copyright 2016</copyright>
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<dependencies>
19-
<dependency id="jQuery" version="[1.9.1,3)" />
19+
<dependency id="jQuery" version="[1.9.1,4)" />
2020
</dependencies>
2121
<tags>css js less mobile-first responsive front-end framework web</tags>
2222
</metadata>

0 commit comments

Comments
 (0)
0