mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Setting the dev-infra package to private will prevent us from accidentally publishing the package to npm. PR Close #35910
10 lines
247 B
JSON
10 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"
|
|
}
|
|
}
|