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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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