From e54c47b7ea917db067d688f530fd1310cd594f19 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Fri, 4 Nov 2011 11:45:56 +0900 Subject: [PATCH] Fixes NPM warning, closes #8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d98070d..624d8a8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "bugs": { - "web": "http://github.com/ryanmcgrath/wrench-js/issues" + "url": "http://github.com/ryanmcgrath/wrench-js/issues" }, "os": [ "linux", "darwin", "freebsd" ],