Packages: make jaeger workspace package private (#23329)

This commit is contained in:
Dominik Prokop
2020-04-03 16:50:27 +02:00
committed by GitHub
parent a49d619874
commit b5af933183

View File

@@ -4,6 +4,7 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit"
},