e4b1e6c622
Migrates pullapprove verification tool to be available in the dev-infra-private package PR Close #35911
11 lines
250 B
JSON
11 lines
250 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": "./bundle.js"
|
|
}
|
|
}
|