From cd3167a607c1e4d526a18faadc917685eb1c61c0 Mon Sep 17 00:00:00 2001 From: Fumiaki MATSUSHIMA Date: Tue, 31 Jan 2017 15:22:56 +0900 Subject: [PATCH] Loose dependency [Ace editor has new releases (1.2.x)](https://github.com/ajaxorg/ace/releases) but `~1.1.8` means `>= 1.1.8 < 1.2.0`. And it also bootstrap should be. --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index f8df168..478a87e 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ "bower_components" ], "dependencies": { - "bootstrap": "~3.3.1", - "ace-builds": "~1.1.8" + "bootstrap": "< 4", + "ace-builds": "< 2" } }