From 7efdb2a5d5a90ad1d4914e1783338afd878dce6d Mon Sep 17 00:00:00 2001 From: Yin Guo Wei Date: Fri, 23 Feb 2018 10:53:08 +0800 Subject: [PATCH] fix dependency: fastclick's version Text should be "0.6.11", not "v0.6.11", will cause maven error from webjars's org.webjars.bower:switchery:0.8.2 to conflict with fastclick --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index d86fdb2..4dbc70c 100644 --- a/bower.json +++ b/bower.json @@ -29,7 +29,7 @@ ], "dependencies": { "transitionize": "*", - "fastclick": "v0.6.11" + "fastclick": "0.6.11" }, "devDependencies": {} }