From 183b95c9256a02e42a1c6131eec8cd72f4b45118 Mon Sep 17 00:00:00 2001 From: Jacob Gable Date: Fri, 22 Feb 2013 20:26:30 -0600 Subject: [PATCH] Bumping version for publish --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a517ec2..3765e16 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,15 @@ { "name": "hubot-irc", - "version": "0.1.9", + "version": "0.1.10", "author": "Fernando Ortiz ", "description": "IRC adapter for Hubot 2.3", "keywords": "hubot irc adapter", - "licenses": [{ - "type": "MIT", - "url": "http://github.com/nandub/hubot-irc/raw/master/LICENSE" - }], + "licenses": [ + { + "type": "MIT", + "url": "http://github.com/nandub/hubot-irc/raw/master/LICENSE" + } + ], "repository": { "type": "git", "url": "git://github.com/nandub/hubot-irc.git" @@ -20,7 +22,5 @@ "dependencies": { "irc": "0.3.6" }, - "devDependencies": { - "coffee-script": "1.1.3" - } + "devDependencies": {} }