From 601ebbdc0ec96bda25c48e0303b205eaec3e9ca2 Mon Sep 17 00:00:00 2001 From: Beeno Tung Date: Sun, 29 Oct 2017 16:33:09 +0800 Subject: [PATCH] updated git url in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e6a32ba..2457dad 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ , "version": "1.0.1" , "author": { "name": "Jason Smith", "email": "jason.h.smith@gmail.com" } , "description": "Erlang interoperability with Javascript" -, "homepage": "http://github.com/iriscouch/erlang.js" +, "homepage": "http://github.com/jhs/erlang.js" , "repository": { "type": "git" - , "url": "git://github.com/iriscouch/erlang.js" } + , "url": "git://github.com/jhs/erlang.js" } , "engines": [ "node" ] , "main": "./api.js" , "scripts": { "test" : "tap test/"