Skip to content

Commit

Permalink
publish 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPieszak committed Sep 10, 2019
1 parent 7f8d84b commit a462fa6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Angular Universal Schematics & Utility Helpers - Trilon

[![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)
[![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)
[![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)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge&color=e51384)](/LICENSE)


Expand Down
2 changes: 1 addition & 1 deletion libraries/ng-universal/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Angular Universal Schematics & Utility Helpers - Trilon

[![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)
[![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)
[![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)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge&color=e51384)](/LICENSE)

---
Expand Down
2 changes: 1 addition & 1 deletion libraries/ng-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trilon/ng-universal",
"description": "Angular Universal Schematics and Helpers - Brought to you by Trilon.io",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Trilon",
"email": "hello@trilon.io",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pack:ng-universal": "cd dist/ng-universal && npm pack",
"pack:universal-ssr-mocks": "cd dist/universal-ssr-mocks && npm pack",
"pack:all": "npm run pack:ng-universal && npm run pack:universal-ssr-mocks",
"publish:ng-universal": "npm publish ./dist/ng-universal/trilon-ng-universal-2.0.0.tgz --access=public",
"publish:ng-universal": "npm publish ./dist/ng-universal/trilon-ng-universal-2.0.1.tgz --access=public",
"publish:universal-ssr-mocks": "npm publish ./dist/universal-ssr-mocks/trilon-universal-ssr-mocks-1.0.0.tgz --access=public",
"publish": "npm run build:ng-universal && npm run publish:ng-universal",
"test": "ng test",
Expand Down

0 comments on commit a462fa6

Please sign in to comment.