Просмотр исходного кода

[misc] refresh package.json

- trim down the files for publishing
- drop sentinel from description
- Overleaf is the new author
- add repository reference
Jakob Ackermann 5 лет назад
Родитель
Сommit
d7eb8c7ecf
1 измененных файлов с 7 добавлено и 2 удалено
  1. 7 2
      libraries/redis-wrapper/package.json

+ 7 - 2
libraries/redis-wrapper/package.json

@@ -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 .",