File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Angular Universal Schematics & Utility Helpers - Trilon
22
33[ ![ npm] ( https://img.shields.io/npm/v/@trilon/ng-universal.svg?label=npm%20version&color=5b1096&style=for-the-badge )] ( https://www.npmjs.com/@trilon/ng-universal )
4- [ ![ Minzipped Size] ( https://img.shields.io/bundlephobia/minzip/@trilon/ng-universal?color=b31ae7&style=for-the-badge )] ( https://bundlephobia.com/result?p=@trilon/ng-universal@1.1.0 )
4+ [ ![ Minzipped Size] ( https://img.shields.io/bundlephobia/minzip/@trilon/ng-universal?color=b31ae7&style=for-the-badge )] ( https://bundlephobia.com/result?p=@trilon/ng-universal@2.0.1 )
55[ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge&color=e51384 )] ( /LICENSE )
66
77
Original file line number Diff line number Diff line change 11# Angular Universal Schematics & Utility Helpers - Trilon
22
33[ ![ npm] ( https://img.shields.io/npm/v/@trilon/ng-universal.svg?label=npm%20version&color=5b1096&style=for-the-badge )] ( https://www.npmjs.com/@trilon/ng-universal )
4- [ ![ NPM Downloads ] ( https://img.shields.io/npm/dt /@trilon/ng-universal.svg ?color=b31ae7&style=for-the-badge )] ( https://www.npmjs. com/@trilon/ng-universal )
4+ [ ![ Minzipped Size ] ( https://img.shields.io/bundlephobia/minzip /@trilon/ng-universal?color=b31ae7&style=for-the-badge )] ( https://bundlephobia. com/result?p= @trilon/ng-universal@2.0.0 )
55[ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge&color=e51384 )] ( /LICENSE )
66
77---
Original file line number Diff line number Diff line change 11{
22 "name" : " @trilon/ng-universal" ,
33 "description" : " Angular Universal Schematics and Helpers - Brought to you by Trilon.io" ,
4- "version" : " 2.0.0 " ,
4+ "version" : " 2.0.1 " ,
55 "author" : {
66 "name" : " Trilon" ,
77 "email" : " hello@trilon.io" ,
Original file line number Diff line number Diff line change 1111 "pack:ng-universal" : " cd dist/ng-universal && npm pack" ,
1212 "pack:universal-ssr-mocks" : " cd dist/universal-ssr-mocks && npm pack" ,
1313 "pack:all" : " npm run pack:ng-universal && npm run pack:universal-ssr-mocks" ,
14- "publish:ng-universal" : " npm publish ./dist/ng-universal/trilon-ng-universal-2.0.0 .tgz --access=public" ,
14+ "publish:ng-universal" : " npm publish ./dist/ng-universal/trilon-ng-universal-2.0.1 .tgz --access=public" ,
1515 "publish:universal-ssr-mocks" : " npm publish ./dist/universal-ssr-mocks/trilon-universal-ssr-mocks-1.0.0.tgz --access=public" ,
1616 "publish" : " npm run build:ng-universal && npm run publish:ng-universal" ,
1717 "test" : " ng test" ,
You can’t perform that action at this time.
0 commit comments