Skip to content

Commit

Permalink
npm: publish 1.0.4 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPieszak committed Apr 14, 2019
1 parent e33a18a commit 52ba381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "1.0.3",
"version": "1.0.4",
"author": {
"name": "Trion",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "ng build",
"build:ng-universal": "rm -rf ./dist/ng-universal && ng build ng-universal && npm run pack:ng-universal",
"pack:ng-universal": "cd dist/ng-universal && npm pack",
"publish:ng-universal": "npm publish ./dist/ng-universal/trilon-ng-universal-1.0.3.tgz --access=public",
"publish:ng-universal": "npm publish ./dist/ng-universal/trilon-ng-universal-1.0.4.tgz --access=public",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
Expand Down

0 comments on commit 52ba381

Please sign in to comment.