chore: rename module to elastiq
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user