mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Migrates pullapprove verification tool to be available in the dev-infra-private package PR Close #35911
10 lines
250 B
JSON
10 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"
|
|
}
|
|
}
|