Skip to content

Commit

Permalink
build: set scoped package as public
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Nov 23, 2023
1 parent 2d735e4 commit ac7926f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/ngx-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"tslib": "^2.3.0"
},
"sideEffects": false,
"repository": "https://github.com/davidlj95/ngx"
"repository": "https://github.com/davidlj95/ngx",
"publishConfig": {
"access": "public"
}
}

0 comments on commit ac7926f

Please sign in to comment.