From dc5653d409a247e5a1c632c219562dbb8edf382b Mon Sep 17 00:00:00 2001 From: Juliano Castilho Date: Sun, 3 May 2015 16:15:54 -0400 Subject: [PATCH] Updating repository --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6765daa..6f46ed7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "horusjs", - "version": "1.0.3", + "version": "1.0.4", "description": "A simple nodejs client for CotaPreco/Horus", "main": "index.js", "scripts": { @@ -8,19 +8,20 @@ }, "repository": { "type": "git", - "url": "git://github.com/julianocomg/horusjs.git" + "url": "git://github.com/CotaPreco/horusjs.git" }, "keywords": [ "horus", "horusjs", "realtime", "horus", - "client" + "client", + "cotapreco" ], "author": "Juliano Castilho ", "license": "ISC", "bugs": { - "url": "https://github.com/julianocomg/horusjs/issues" + "url": "https://github.com/CotaPreco/horusjs/issues" }, - "homepage": "https://github.com/julianocomg/horusjs" + "homepage": "https://github.com/CotaPreco/horusjs" }