Skip to content

Commit 5e433b9

Browse files
committed
Popper.js now properly supports Bower
1 parent 439edae commit 5e433b9

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
### 8.5.2: August 13th, 2017
25
* Update to Bootstrap 4 Beta ([#1944](https://github.com/roots/sage/pull/1944))
36
* Fix caption display ([#1878](https://github.com/roots/sage/pull/1878))

bower.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88
"private": true,
99
"dependencies": {
1010
"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"
11+
"popper.js": "^1.12.3"
2212
}
2313
}

0 commit comments

Comments
 (0)