[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:
@@ -1,9 +1,14 @@
|
||||
{
|
||||
"name": "redis-sharelatex",
|
||||
"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",
|
||||
"author": "ShareLaTeX",
|
||||
"files": [
|
||||
"index.js",
|
||||
"Errors.js"
|
||||
],
|
||||
"author": "Overleaf (https://www.overleaf.com)",
|
||||
"repository": "github:overleaf/redis-wrapper",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"lint": "eslint --max-warnings 0 .",
|
||||
|
||||
Reference in New Issue
Block a user