From 15d89dc9d0980d11b72804a30c0cf9eeb20dd4f9 Mon Sep 17 00:00:00 2001 From: ekmartin Date: Mon, 4 May 2015 01:36:57 +0200 Subject: [PATCH] Fix repository url and author, bump version to 1.0.1 --- package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e124b17..4bc9065 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,23 @@ { "name": "friends-irc", - "version": "1.0.0", + "version": "1.0.1", + "author": "MOOSE Team", "description": "Connects IRC and Friends channels by sending messages back and forth.", "keywords": [ "friends", "irc", "gateway", "bot", - "friends-irc" + "friends-irc", + "moose" ], "main": "index.js", "repository": { "type": "git", - "url": "git@github.com:ekmartin/friends-irc.git" + "url": "git@github.com:moose-team/friends-irc.git" }, "bugs": { - "url": "https://github.com/ekmartin/friends-irc/issues" + "url": "https://github.com/moose-team/friends-irc/issues" }, "scripts": { "start": "node index.js", @@ -24,9 +26,6 @@ "bin": { "friends-irc": "./index.js" }, - "author": { - "name": "Martin Ek " - }, "license": "MIT", "dependencies": { "body-parser": "~1.11.0",