Add repo field to prevent npm warning

This commit is contained in:
Tom Raithel
2017-04-05 08:36:39 +02:00
parent 51ec2fcb24
commit e0e7cad98e

View File

@@ -46,5 +46,9 @@
"redux": "3.6.0", "redux": "3.6.0",
"walk": "2.3.9", "walk": "2.3.9",
"webpack": "2.2.0" "webpack": "2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/AOEpeople/aoe_technology_radar.git"
} }
} }