package.json: Add grafana metadata section (#29915)

* package.json: Add grafana metadata section

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Fix spelling

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-12-17 18:16:29 +01:00
committed by GitHub
parent 2718859d69
commit 3ca75366b4
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ Example connstr: `addr=127.0.0.1:6379,pool_size=100,db=0,ssl=false`
- `addr` is the host `:` port of the redis server.
- `pool_size` (optional) is the number of underlying connections that can be made to redis.
- `db` (optional) is the number indentifer of the redis database you want to use.
- `db` (optional) is the numerical identifier of the redis database you want to use.
- `ssl` (optional) is if SSL should be used to connect to redis server. The value may be `true`, `false`, or `insecure`. Setting the value to `insecure` skips verification of the certificate chain and hostname when making the connection.
#### Memcache
+4
View File
@@ -186,6 +186,10 @@
"typecheck": "tsc --noEmit",
"watch": "yarn start -d watch,start core:start --watchTheme "
},
"grafana": {
"whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v6-7/",
"releaseNotesUrl": "https://community.grafana.com/t/release-notes-v6-7-x/"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm run precommit"