From 466ccc1330d78783fe6d0eaef10088bd5d59da9a Mon Sep 17 00:00:00 2001 From: tibing Date: Mon, 4 Jul 2016 18:34:16 +0300 Subject: [PATCH 1/2] 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" } } From 3770257c1b67e271407d0103d2b0fc8e037b817c Mon Sep 17 00:00:00 2001 From: Dmitry <4dmitr@gmail.com> Date: Mon, 4 Jul 2016 18:44:26 +0300 Subject: [PATCH 2/2] fix(bower.json): remove tailing comma --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 8924dd71..a4d796f1 100644 --- a/bower.json +++ b/bower.json @@ -16,6 +16,6 @@ "tests" ], "dependencies": { - "Ionicons": "ionicons#~2.0.1", + "Ionicons": "ionicons#~2.0.1" } }