Skip to content

Commit

Permalink
Popper.js now properly supports Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Aug 18, 2017
1 parent 439edae commit 5e433b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 1,6 @@
### 8.5.3: August 18th, 2017
* Popper.js now properly supports Bower ([#1953](https://github.com/roots/sage/pull/1953))

### 8.5.2: August 13th, 2017
* Update to Bootstrap 4 Beta ([#1944](https://github.com/roots/sage/pull/1944))
* Fix caption display ([#1878](https://github.com/roots/sage/pull/1878))
Expand Down
12 changes: 1 addition & 11 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 8,6 @@
"private": true,
"dependencies": {
"bootstrap": "git://github.com/twbs/bootstrap.git#v4.0.0-beta",
"popper.js": "https://unpkg.com/popper.js"
},
"overrides": {
"popper.js": {
"main": [
"./index.js"
]
}
},
"resolutions": {
"popper.js": "e-tag:W/\"13b6b-1"
"popper.js": "^1.12.3"
}
}

0 comments on commit 5e433b9

Please sign in to comment.