chore: rename module to elastiq

This commit is contained in:
2017-08-08 19:34:48 -07:00
parent 170ba3b8a0
commit 83a0352202
8 changed files with 40 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "esqueue",
"version": "2.0.2",
"name": "elastiq",
"version": "3.0.0",
"description": "Job queue, powered by Elasticsearch",
"main": "lib/index.js",
"scripts": {
@@ -10,7 +10,7 @@
"test": "retire -n -p package.json && npm run build && npm run unit",
"unit": "nyc --require babel-core/register mocha test/src/**"
},
"author": "Elastic (https://github.com/elastic)",
"author": "Joe Fleming (https://github.com/w33ble)",
"keywords": [
"job",
"queue",
@@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/elastic/esqueue.git"
"url": "https://github.com/w33ble/elastiq.git"
},
"license": "Apache-2.0",
"engines": {