From 577b3fd404358d4f075f69e3aa204c5f85a0c4bc Mon Sep 17 00:00:00 2001 From: Alexej Date: Sat, 25 Jul 2015 21:20:14 +0700 Subject: [PATCH] fix typo in "bugs" URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca5b831..85e1fd0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/gkatsev/set.js" }, - "bugs": "https://github.com/gkatev/set.js/issues", + "bugs": "https://github.com/gkatsev/set.js/issues", "directories": { "lib": "." },