From e0e7cad98e62db8ac1a045ea42c3c4f00f35af6c Mon Sep 17 00:00:00 2001 From: Tom Raithel Date: Wed, 5 Apr 2017 08:36:39 +0200 Subject: [PATCH] Add repo field to prevent npm warning --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index d0e1147..6565873 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,9 @@ "redux": "3.6.0", "walk": "2.3.9", "webpack": "2.2.0" + }, + "repository": { + "type": "git", + "url": "https://github.com/AOEpeople/aoe_technology_radar.git" } }