Skip to content

Commit

Permalink
build: delete @angular-devkit/build-ng-packagr
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Deprecated `@angular-devkit/build-ng-packagr` has been removed.
Please use `ng-packagr` builder from `@angular-devkit/build-angular`
instead.

Note: this change doesn't effect application and library developers,
as they will be migrated to use the new builder during ng update.
  • Loading branch information
kyliau authored and Keen Yee Liau committed Oct 8, 2020
1 parent bad0ced commit b1f0858
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 854 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ The following is the list of supported scopes:
* **@angular-devkit/architect-cli**
* **@angular-devkit/benchmark**
* **@angular-devkit/build-angular**
* **@angular-devkit/build-ng-packagr**
* **@angular-devkit/build-optimizer**
* **@angular-devkit/build-webpack**
* **@angular-devkit/core**
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ This is a monorepo which contains many tools and packages:
|---|---|---|---|
**Architect** | [`@angular-devkit/architect`](https://npmjs.com/package/@angular-devkit/architect) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Farchitect/latest.svg)](https://npmjs.com/package/@angular-devkit/architect) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular_devkit/architect/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-architect-builds)
**Build Angular** | [`@angular-devkit/build-angular`](https://npmjs.com/package/@angular-devkit/build-angular) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Fbuild-angular/latest.svg)](https://npmjs.com/package/@angular-devkit/build-angular) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular_devkit/build_angular/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-build-angular-builds)
**Build NgPackagr** | [`@angular-devkit/build-ng-packagr`](https://npmjs.com/package/@angular-devkit/build-ng-packagr) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Fbuild-ng-packagr/latest.svg)](https://npmjs.com/package/@angular-devkit/build-ng-packagr) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular_devkit/build_ng_packagr/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-build-ng-packagr-builds)
**Build Optimizer** | [`@angular-devkit/build-optimizer`](https://npmjs.com/package/@angular-devkit/build-optimizer) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Fbuild-optimizer/latest.svg)](https://npmjs.com/package/@angular-devkit/build-optimizer) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular_devkit/build_optimizer/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-build-optimizer-builds)
**Build Webpack** | [`@angular-devkit/build-webpack`](https://npmjs.com/package/@angular-devkit/build-webpack) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Fbuild-webpack/latest.svg)](https://npmjs.com/package/@angular-devkit/build-webpack) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular_devkit/build_webpack/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-build-webpack-builds)
**Core** | [`@angular-devkit/core`](https://npmjs.com/package/@angular-devkit/core) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Fcore/latest.svg)](https://npmjs.com/package/@angular-devkit/core) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular_devkit/core/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-core-builds)
Expand Down
110 changes: 0 additions & 110 deletions packages/angular_devkit/build_ng_packagr/BUILD.bazel

This file was deleted.

3 changes: 0 additions & 3 deletions packages/angular_devkit/build_ng_packagr/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions packages/angular_devkit/build_ng_packagr/builders.json

This file was deleted.

29 changes: 0 additions & 29 deletions packages/angular_devkit/build_ng_packagr/package.json

This file was deleted.

43 changes: 0 additions & 43 deletions packages/angular_devkit/build_ng_packagr/src/build/index.ts

This file was deleted.

129 changes: 0 additions & 129 deletions packages/angular_devkit/build_ng_packagr/src/build/index_spec.ts

This file was deleted.

25 changes: 0 additions & 25 deletions packages/angular_devkit/build_ng_packagr/src/build/schema.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/angular_devkit/build_ng_packagr/src/index.ts

This file was deleted.

Loading

0 comments on commit b1f0858

Please sign in to comment.