From 466ccc1330d78783fe6d0eaef10088bd5d59da9a Mon Sep 17 00:00:00 2001 From: tibing Date: Mon, 4 Jul 2016 18:34:16 +0300 Subject: [PATCH] fix(bower.js): delete excess comma --- bower.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 6d0d64a8..a4d796f1 100644 --- a/bower.json +++ b/bower.json @@ -16,7 +16,6 @@ "tests" ], "dependencies": { - "Ionicons": "ionicons#~2.0.1", - "ckeditor": "^4.5.9" + "Ionicons": "ionicons#~2.0.1" } }