From fc0873e6a54140889d31f515ba4292fcac9745ff Mon Sep 17 00:00:00 2001 From: Alangi Derick Date: Mon, 3 Sep 2018 15:37:34 +0100 Subject: [PATCH] Remove unused code in package.json Removed keys from package.json file which are unused and already found in extension.json (version, name, description etc). Change-Id: Ia793ff58b33032052f57477492cf998671fd3c2a --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 89e2eec9..9e86a08a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,5 @@ { - "name": "thanks", - "version": "0.0.0", "private": true, - "description": "Build tools for Thanks.", "scripts": { "test": "grunt test" },