From 9d2776006494697d8de7053359894d5a2d1b9d74 Mon Sep 17 00:00:00 2001 From: onurpalaz Date: Fri, 25 May 2018 14:26:57 +0300 Subject: [PATCH] Updated package.json Removed the extra comma from the last item of the devDependencies which causes errors while trying to install the packages. --- gulp-based/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp-based/package.json b/gulp-based/package.json index 4f097a2..c036148 100644 --- a/gulp-based/package.json +++ b/gulp-based/package.json @@ -41,7 +41,7 @@ "load-data": "latest", "load-gulp-tasks": "^0.1.0", "lodash":"^4.7.0", - "stylelint-order": "^0.3.0", + "stylelint-order": "^0.3.0" }, "preferGlobal": true }