[misc] refresh package.json

- trim down the files for publishing
- drop sentinel from description
- Overleaf is the new author
- add repository reference
This commit is contained in:
Jakob Ackermann 2020-11-09 17:45:59 +00:00
parent aabe2d18b9
commit d7eb8c7ecf

View file

@ -1,9 +1,14 @@
{ {
"name": "redis-sharelatex", "name": "redis-sharelatex",
"version": "1.0.13", "version": "1.0.13",
"description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis", "description": "Redis wrapper for node which will either use cluster or single instance redis",
"main": "index.js", "main": "index.js",
"author": "ShareLaTeX", "files": [
"index.js",
"Errors.js"
],
"author": "Overleaf (https://www.overleaf.com)",
"repository": "github:overleaf/redis-wrapper",
"license": "ISC", "license": "ISC",
"scripts": { "scripts": {
"lint": "eslint --max-warnings 0 .", "lint": "eslint --max-warnings 0 .",