From 03a234f48df1a2176c2182878fcf16bbf31a9a53 Mon Sep 17 00:00:00 2001 From: Georg Tavonius Date: Wed, 5 Aug 2015 23:21:51 +0200 Subject: [PATCH] Add homepage to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 77d0532..9ab23cf 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "grunt": "~0.4.2", "grunt-shell-spawn": "~0.3.0" }, + "homepage": "https://github.com/errwischt/stacktrace-parser", "main": "index.js", "scripts": { "test": "./node_modules/.bin/grunt test"