Skip to content

Commit 8810c45

Browse files
committed
Force us to use web-animations-js#1.0.8
The web-animations library was broken due to https://bugs.chromium.org/p/chromium/issues/detail?id=601672 With this change, we will use a version of the library that has been backported with the fix. Fixes #2465
1 parent 9a7e32e commit 8810c45

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
"core-overlay": "https://github.com/lucyhe/core-overlay.git#0.1.1",
1818
"paper-toast": "Polymer/paper-toast#^0.5.6",
1919
"paper-dropdown": "Polymer/paper-dropdown#~0.5.6",
20-
"paper-fab": "Polymer/paper-fab#~0.5.6"
20+
"paper-fab": "Polymer/paper-fab#~0.5.6",
21+
"web-animations-js": "^1.0.8"
2122
},
2223
"resolutions": {
2324
"webcomponentsjs": "^0.6.0",
24-
"core-overlay": "0.1.1"
25+
"core-overlay": "0.1.1",
26+
"web-animations-js": "^1.0.8"
2527
}
2628
}

0 commit comments

Comments
 (0)