From 92a651ab40a3f1bc2b7c5eea8a306f04ce2c1daf Mon Sep 17 00:00:00 2001 From: Serkan Serttop Date: Tue, 26 Apr 2016 16:49:07 +0300 Subject: [PATCH] Fix missing slash for billing link. "dashboardUrl.match" always returns without the final slash --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48b763b8..119521c6 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "c9.ide.preview.browser": "#897177be7f", "c9.ide.preview.markdown": "#c3174d86e0", "c9.ide.pubsub": "#99b7289040", - "c9.ide.readonly": "#a4605830c4", + "c9.ide.readonly": "#cfd951ec16", "c9.ide.recentfiles": "#7c099abf40", "c9.ide.remote": "#301d2ab519", "c9.ide.processlist": "#2b12cd1bdd",