Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
a00006d0
Commit
a00006d0
authored
7 years ago
by
Jesse Mandel
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add popper.js as a NuGet dependency to match project.json (#23338)
https://github.com/twbs/bootstrap/issues/22359
parent
713cfdd1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nuget/bootstrap.nuspec
+1
-0
nuget/bootstrap.nuspec
nuget/bootstrap.sass.nuspec
+1
-0
nuget/bootstrap.sass.nuspec
with
2 additions
and
0 deletions
+2
-0
nuget/bootstrap.nuspec
+
1
-
0
View file @
a00006d0
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
nuget/bootstrap.sass.nuspec
+
1
-
0
View file @
a00006d0
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets