mirror of https://github.com/grafana/grafana.git
Packages: make jaeger workspace package private (#23329)
This commit is contained in:
parent
a49d619874
commit
b5af933183
|
|
@ -4,6 +4,7 @@
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"types": "src/index.ts",
|
"types": "src/index.ts",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"typecheck": "tsc --noEmit"
|
"typecheck": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue