From 65b5fca4cbf4c640e0dca8b8339beaf49f575d6a Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Mon, 25 Jan 2021 17:04:30 +0200 Subject: [PATCH] fix: remove duplicate plugins entry from grunt.json --- src/frameworks/grunt.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frameworks/grunt.json b/src/frameworks/grunt.json index 5989d611..1b64e16e 100644 --- a/src/frameworks/grunt.json +++ b/src/frameworks/grunt.json @@ -12,6 +12,5 @@ "directory": "dist" }, "env": {}, - "plugins": [], "plugins": [] }