Skip to content

Commit

Permalink
publish(npm): publish 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPieszak committed Apr 15, 2019
1 parent 1ad2cce commit e140a81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"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.5.tgz --access=public",
"publish:ng-universal": "npm publish ./dist/ng-universal/trilon-ng-universal-1.0.6.tgz --access=public",
"publish": "npm run build:ng-universal && npm run publish:ng-universal",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
Expand Down

0 comments on commit e140a81

Please sign in to comment.