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
This commit is contained in:
Alangi Derick 2018-09-03 15:37:34 +01:00
parent 478d731771
commit fc0873e6a5

View file

@ -1,8 +1,5 @@
{
"name": "thanks",
"version": "0.0.0",
"private": true,
"description": "Build tools for Thanks.",
"scripts": {
"test": "grunt test"
},