Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ng-dev/misc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ts_library(
srcs = glob(["**/*.ts"]),
visibility = ["//ng-dev:__subpackages__"],
deps = [
"//ng-dev/misc/validate-licenses",
"//ng-dev/release/build",
"//ng-dev/release/config",
"//ng-dev/utils",
Expand Down
2 changes: 0 additions & 2 deletions ng-dev/misc/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {Argv} from 'yargs';

import {BuildAndLinkCommandModule} from './build-and-link/cli.js';
import {UpdateYarnCommandModule} from './update-yarn/cli.js';
import {ValidateLicensesModule} from './validate-licenses/cli.js';
import {GeneratedFilesModule} from './generated-files/cli.js';

/** Build the parser for the misc commands. */
Expand All @@ -19,6 +18,5 @@ export function buildMiscParser(localYargs: Argv) {
.strict()
.command(BuildAndLinkCommandModule)
.command(UpdateYarnCommandModule)
.command(ValidateLicensesModule)
.command(GeneratedFilesModule);
}
16 changes: 0 additions & 16 deletions ng-dev/misc/validate-licenses/BUILD.bazel

This file was deleted.

59 changes: 0 additions & 59 deletions ng-dev/misc/validate-licenses/cli.ts

This file was deleted.

122 changes: 0 additions & 122 deletions ng-dev/misc/validate-licenses/validate.ts

This file was deleted.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,8 @@
"@types/git-raw-commits": "^2.0.0",
"@types/jasmine": "5.1.5",
"@types/jsdom": "^21.0.0",
"@types/license-checker": "^25.0.3",
"@types/opener": "^1.4.0",
"@types/semver": "^7.3.6",
"@types/spdx-satisfies": "^0.1.0",
"@types/supports-color": "^8.1.1",
"@types/wait-on": "^5.3.1",
"@types/which": "^3.0.0",
Expand Down Expand Up @@ -137,7 +135,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"karma-requirejs": "^1.1.0",
"karma-sourcemap-loader": "^0.4.0",
"license-checker": "^25.0.1",
"minimatch": "^10.0.0",
"multimatch": "^7.0.0",
"nock": "beta",
Expand All @@ -146,7 +143,6 @@
"requirejs": "^2.3.6",
"rxjs": "^7.4.0",
"semver": "^7.5.4",
"spdx-satisfies": "^5.0.1",
"stylelint": "^16.0.0",
"supports-color": "10.0.0",
"terser": "5.37.0",
Expand Down
Loading
Loading