From 1075dc110de624c272165ce766fd01eeb46de35a Mon Sep 17 00:00:00 2001 From: Grovkillen Date: Wed, 29 Jan 2020 08:02:04 +0100 Subject: [PATCH] [grunt] fixed package.json (missing comma) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 712c3ac..c24a9b0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/letscontrolit/GUIEasy/issues" }, - "homepage": "https://github.com/letscontrolit/GUIEasy#readme" + "homepage": "https://github.com/letscontrolit/GUIEasy#readme", "devDependencies": { "grunt": "^1.0.4", "grunt-contrib-uglify-es": "^3.3.0",