Packages: make jaeger workspace package private (#23329)
Showing
... | @@ -4,6 +4,7 @@ | ... | @@ -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" | ||
}, | }, | ||
... | ... |
Please
register
or
sign in
to comment