From 090c37a7e5e67752753a39c5824a9d9fcec79f6f Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 15 Feb 2014 19:01:15 -0800 Subject: [PATCH] package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 53bf041..d969971 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "2.1.4", "author": "Feross Aboukhadijeh (http://feross.org/)", "bugs": { - "url": "https://github.com/feross/native-buffer-browserify/issues" + "url": "https://github.com/feross/buffer/issues" }, "contributors": [ "Romain Beauxis ", @@ -33,7 +33,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "git://github.com/feross/native-buffer-browserify.git" + "url": "git://github.com/feross/buffer.git" }, "scripts": { "test": "tape test/*.js", -- 2.34.1