]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Add repository information to avoid npm warnings
authorJohannes Zellner <johannes@nebulon.de>
Sat, 28 Nov 2015 10:35:36 +0000 (11:35 +0100)
committerJohannes Zellner <johannes@nebulon.de>
Sat, 28 Nov 2015 10:35:57 +0000 (11:35 +0100)
package.json

index d0607f631b37d5d00a3700cf59a6d647b6ec71ad..d77c40601f14e1163f43a24589270027e173b596 100644 (file)
   },
   "author": "Johannes Zellner <johannes@nebulon.de>",
   "license": "MIT",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/nebulade/surfer.git"
+  },
   "dependencies": {
     "async": "^1.2.1",
     "body-parser": "^1.13.1",