From db99402512c7fedc6fb54599dc339b58ccf354ce Mon Sep 17 00:00:00 2001 From: Alan Cutter Date: Tue, 26 Apr 2016 13:06:40 +1000 Subject: [PATCH] Use latest patched version of web-animations-js 1.0 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 3cb55f6..714abc7 100644 --- a/bower.json +++ b/bower.json @@ -3,6 +3,6 @@ "private": true, "dependencies": { "polymer": "Polymer/polymer#master", - "web-animations-js": "web-animations/web-animations-js#1.0.6" + "web-animations-js": "web-animations/web-animations-js#1.0.x" } }