10 lines
288 B
Nix
10 lines
288 B
Nix
# Use this file to add `meta.mainProgram` to packages in `nodePackages`.
|
|
{
|
|
# Packages that provide multiple executables where one is clearly the `mainProgram`.
|
|
"@microsoft/rush" = "rush";
|
|
|
|
# Packages that provide a single executable.
|
|
"@angular/cli" = "ng";
|
|
gulp-cli = "gulp";
|
|
}
|