From: Johannes Zellner Date: Sat, 28 Nov 2015 10:35:36 +0000 (+0100) Subject: Add repository information to avoid npm warnings X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=84dee0e1b950af1366b9b40c2ac2efba93d994e1;hp=4ed8a44f40ed090dd4a8ccf126020207c5bd8690;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git Add repository information to avoid npm warnings --- diff --git a/package.json b/package.json index d0607f6..d77c406 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ }, "author": "Johannes Zellner ", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/nebulade/surfer.git" + }, "dependencies": { "async": "^1.2.1", "body-parser": "^1.13.1",