Setting the dev-infra package to private will prevent us from accidentally publishing the package to npm. PR Close #35910
11 lines
247 B
JSON
11 lines
247 B
JSON
{
|
|
"name": "@angular/dev-infra-private",
|
|
"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"
|
|
}
|
|
}
|