Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Fix repository url and author, bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmartin committed May 3, 2015
1 parent 50a992e commit 15d89dc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -24,9 +26,6 @@
"bin": {
"friends-irc": "./index.js"
},
"author": {
"name": "Martin Ek <mail@ekmartin.com>"
},
"license": "MIT",
"dependencies": {
"body-parser": "~1.11.0",
Expand Down

0 comments on commit 15d89dc

Please sign in to comment.