Skip to content

Commit 72ed264

Browse files
alan-agius4clydin
authored andcommitted
build: remove @_/benchmark and devkit unused private packages.
1 parent 8bf3caa commit 72ed264

File tree

12 files changed

+1
-296
lines changed

12 files changed

+1
-296
lines changed

packages/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
This folder is the root of all defined packages in this repository.
44

5-
Packages that are marked as `private: true` will not be published to NPM. These are limited to the
6-
`_` subfolder.
5+
Packages that are marked as `private: true` will not be published to NPM.
76

87
This folder includes a directory for every scope in NPM, without the `@` sign. Then one folder
98
per package, which contains the `package.json`.

packages/_/benchmark/package.json

-11
This file was deleted.

packages/_/benchmark/src/benchmark.ts

-86
This file was deleted.

packages/_/benchmark/src/index.ts

-8
This file was deleted.

packages/_/devkit/collection.json

-9
This file was deleted.

packages/_/devkit/package.json

-14
This file was deleted.

packages/_/devkit/package/factory.ts

-102
This file was deleted.

packages/_/devkit/package/project-files/__path__/README.md

-3
This file was deleted.

packages/_/devkit/package/project-files/__path__/package.json

-16
This file was deleted.

packages/_/devkit/package/project-files/__path__/src/index.ts

-10
This file was deleted.

packages/_/devkit/package/schema.json

-32
This file was deleted.

tsconfig.json

-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"node"
2929
],
3030
"paths": {
31-
"@_/benchmark": [ "./packages/_/benchmark/src/index" ],
3231
"@angular-devkit/core": [ "./packages/angular_devkit/core/src/index" ],
3332
"@angular-devkit/core/node": [ "./packages/angular_devkit/core/node/index" ],
3433
"@angular-devkit/core/node/testing": [ "./packages/angular_devkit/core/node/testing/index" ],
@@ -57,12 +56,10 @@
5756
"etc/cli.angular.io/**/*",
5857
"**/node_modules/**/*",
5958
"**/third_party/**/*",
60-
"packages/_/devkit/**/*files/**/*",
6159
"packages/schematics/*/*/*files/**/*",
6260
"packages/angular_devkit/*/test/**/*",
6361
"tests/**/*",
6462
"tools/**/*",
65-
"benchmark/**/*",
6663
"integration/**/*",
6764
".ng-dev/**/*"
6865
]

0 commit comments

Comments
 (0)