We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cad18 commit ff75731Copy full SHA for ff75731
3 files changed
.github/workflows/main.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
build:
10
+ name: 'Test Build and Publish'
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fsms/angular-pubsub-app",
3
- "version": "1.0.15",
+ "version": "1.0.16",
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
projects/fsms-angular-pubsub/package.json
"name": "@fsms/angular-pubsub",
"peerDependencies": {
"@angular/common": "^10.1.6",
"@angular/core": "^10.1.6"
0 commit comments