From 150e4710ddb9d4252dc2b6ad1028af7dcf2a4a7c Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 22 Jan 2018 16:07:42 -0500 Subject: [PATCH] removed trailing comma from plugin.json --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 2588f18..caf64a5 100644 --- a/plugin.json +++ b/plugin.json @@ -15,5 +15,5 @@ ], "modules": { "pulling.js": "node_modules/pulling/build/pulling-drawer.js" - }, + } } \ No newline at end of file