mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
[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:
parent
aabe2d18b9
commit
d7eb8c7ecf
1 changed files with 7 additions and 2 deletions
|
@ -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 .",
|
||||
|
|
Loading…
Reference in a new issue