From 40aa1d0a2c882da1394c97b383f9fe26d3a39d86 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 6 Dec 2016 14:52:22 -0700 Subject: [PATCH] change repo location and author --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e8643e3..9b57d31 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "retire -n -p package.json && npm run build && npm run unit", "unit": "nyc --require babel-core/register mocha test/src/**" }, - "author": "Joe Fleming (https://github.com/w33ble)", + "author": "Elastic (https://github.com/elastic)", "keywords": [ "job", "queue", @@ -20,7 +20,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/w33ble/esqueue.git" + "url": "https://github.com/elastic/esqueue.git" }, "license": "Apache-2.0", "engines": {