We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439edae commit 5e433b9Copy full SHA for 5e433b9
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### 8.5.3: August 18th, 2017
2
+* Popper.js now properly supports Bower ([#1953](https://github.com/roots/sage/pull/1953))
3
+
4
### 8.5.2: August 13th, 2017
5
* Update to Bootstrap 4 Beta ([#1944](https://github.com/roots/sage/pull/1944))
6
* Fix caption display ([#1878](https://github.com/roots/sage/pull/1878))
bower.json
@@ -8,16 +8,6 @@
8
"private": true,
9
"dependencies": {
10
"bootstrap": "git://github.com/twbs/bootstrap.git#v4.0.0-beta",
11
- "popper.js": "https://unpkg.com/popper.js"
12
- },
13
- "overrides": {
14
- "popper.js": {
15
- "main": [
16
- "./index.js"
17
- ]
18
- }
19
20
- "resolutions": {
21
- "popper.js": "e-tag:W/\"13b6b-1"
+ "popper.js": "^1.12.3"
22
}
23
0 commit comments