From a5192ac4b240d91a172e75bb398426e94a29559e Mon Sep 17 00:00:00 2001 From: Patrick Stadler Date: Mon, 1 Feb 2016 21:15:11 +0100 Subject: [PATCH] Invalid package.json I seemingly did a mistake in the previous pull request. Sorry for that. A new release would be great! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5573e2b..1522035 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,5 @@ "devDependencies": { "react": "^0.14.0", "react-dom": "^0.14.0" - }, + } }