From 56e14a81b4bd7b890386b10668c02f21eee83ab9 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 21 Oct 2013 08:28:33 +0100 Subject: [PATCH 1/2] Close quote properly. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98ac1a934..8fcf87df1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ {"name": "Dave Conway-Jones"} ], "keywords": [ - "editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm + "editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm", "flow" ], "dependencies": { "express": "3.x", From 612dd4dc7f4e549b7ed56b49fa7aa706834056d4 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 21 Oct 2013 08:30:39 +0100 Subject: [PATCH 2/2] and add required comma :-) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fcf87df1..9a4f86d51 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "start": "node red.js" }, "contributors": [ - {"name": "Nick O'Leary"} + {"name": "Nick O'Leary"}, {"name": "Dave Conway-Jones"} ], "keywords": [