From 4d07f9b026a4c767b5d7dda996e09eef4f4e5294 Mon Sep 17 00:00:00 2001 From: "Johannes J. Schmidt" Date: Sun, 12 Jan 2014 01:05:21 +0100 Subject: [PATCH] update couchmagick-listen --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e1eb514..8a1c76f 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "couchmagick", - "version": "1.6.1", + "version": "1.6.2", "description": "Run ImageMagicks `convert` on CouchDB documents.", "main": "index.js", "preferGlobal": true, "bin": "index.js", "repository": { "type": "git", - "url": "https://github.com/null2/couchmagick" + "url": "https://github.com/jo/couchmagick" }, "scripts": { "jshint": "jshint -c .jshintrc index.js" @@ -23,13 +23,13 @@ "author": "Johannes J. Schmidt", "license": "MIT", "bugs": { - "url": "https://github.com/null2/couchmagick/issues" + "url": "https://github.com/jo/couchmagick/issues" }, - "homepage": "https://github.com/null2/couchmagick", + "homepage": "https://github.com/jo/couchmagick", "dependencies": { "async": "~0.2.9", "event-stream": "~3.0.20", - "couchmagick-listen": "~1.5.1", + "couchmagick-listen": "~1.5.2", "couch-daemon": "~1.2.1", "nano": "~4.2.1" },