From c22d9cc9f45765c3709e74609d6e52a4fc762bf9 Mon Sep 17 00:00:00 2001 From: Tim O'Sulg Date: Mon, 6 Jan 2014 13:43:04 +0100 Subject: [PATCH] Fix invalid package.json JSONLint raised exception while i tried to parse this project file. Just simple typo. Can you integrate jsonlint into your Grunt.js process? --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d84be75..05864d6 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "dependencies": {}, "devDependencies": { "coffee-script": ">= 1.2", - "less": ">= 418", + "less": ">= 418" } -} \ No newline at end of file +}