Skip to content

Commit

Permalink
This should be more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Aug 12, 2017
1 parent 418a7e8 commit ec58d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"private": true,
"dependencies": {
"bootstrap": "git://github.com/twbs/bootstrap.git#v4.0.0-beta",
"popper.js": "https://unpkg.com/popper.js"
"popper.js": "https://unpkg.com/popper.js@1.11.1"
},
"overrides": {
"popper.js": {
Expand Down

1 comment on commit ec58d4f

@sandrowuermli
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in my case, https://unpkg.com/popper.js gave me the right index.js.
https://unpkg.com/[email protected] gave me a weird file.

Please sign in to comment.