Skip to content

Commit 52ba381

Browse files
committed
npm: publish 1.0.4 to npm
1 parent e33a18a commit 52ba381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/ng-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@trilon/ng-universal",
33
"description": "Angular Universal Schematics and Helpers - Brought to you by Trilon.io",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"author": {
66
"name": "Trion",
77
"email": "hello@trilon.io",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "ng build",
88
"build:ng-universal": "rm -rf ./dist/ng-universal && ng build ng-universal && npm run pack:ng-universal",
99
"pack:ng-universal": "cd dist/ng-universal && npm pack",
10-
"publish:ng-universal": "npm publish ./dist/ng-universal/trilon-ng-universal-1.0.3.tgz --access=public",
10+
"publish:ng-universal": "npm publish ./dist/ng-universal/trilon-ng-universal-1.0.4.tgz --access=public",
1111
"test": "ng test",
1212
"lint": "ng lint",
1313
"e2e": "ng e2e",

0 commit comments

Comments
 (0)