change repo location and author

This commit is contained in:
2016-12-06 14:52:22 -07:00
parent 7836ae5b39
commit 40aa1d0a2c

View File

@@ -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": {