build: set dev-infra package to be private (#35910)

Setting the dev-infra package to private will prevent us
from accidentally publishing the package to npm.

PR Close #35910
This commit is contained in:
Joey Perrott 2020-03-06 07:33:50 -08:00 committed by Matias Niemelä
parent 983f48136a
commit 9368053be5
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.0",
"description": "INTERNAL USE ONLY - Angular internal DevInfra tooling/scripts - INTERNAL USE ONLY",
"license": "MIT",
"private": true,
"bin": {
"ng-dev": "./cli.js"
}