File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
packages/angular_devkit/build_optimizer Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,6 @@ This is a monorepo which contains many tools and packages:
160160| ---| ---| ---| ---|
161161** 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 )
162162** 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 )
163- ** 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 )
164163** 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 )
165164** 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 )
166165** Schematics** | [ ` @angular-devkit/schematics ` ] ( https://npmjs.com/package/@angular-devkit/schematics ) | [ ![ latest] ( https://img.shields.io/npm/v/%40angular-devkit%2Fschematics/latest.svg )] ( https://npmjs.com/package/@angular-devkit/schematics ) | [ ![ README] ( https://img.shields.io/badge/README--green.svg )] ( /packages/angular_devkit/schematics/README.md ) [ ![ snapshot] ( https://img.shields.io/badge/snapshot--blue.svg )] ( https://github.com/angular/angular-devkit-schematics-builds )
Original file line number Diff line number Diff line change 33 "version" : " 0.0.0-EXPERIMENTAL-PLACEHOLDER" ,
44 "description" : " Angular Build Optimizer" ,
55 "experimental" : true ,
6+ "private" : true ,
67 "main" : " src/index.js" ,
78 "typings" : " src/index.d.ts" ,
89 "bin" : {
You can’t perform that action at this time.
0 commit comments