Skip to content

Commit

Permalink
fix: remove private from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codingsamuel committed May 9, 2024
1 parent 34a488b commit a6df9d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
working-directory: ./projects/core

- name: Publish @mosa-ng/material package to npm Registry
run: npm publish
run: npm publish --access public
working-directory: ./projects/material
1 change: 0 additions & 1 deletion projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@mosa-ng/core",
"version": "17.0.0",
"private": false,
"peerDependencies": {
"@angular/common": ">=17.0.0 < 18.0.0",
"@angular/core": ">=17.0.0 < 18.0.0"
Expand Down
1 change: 0 additions & 1 deletion projects/material/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@mosa-ng/material",
"version": "17.0.0",
"private": false,
"peerDependencies": {
"@angular/common": ">=17.0.0 < 18.0.0",
"@angular/core": ">=17.0.0 < 18.0.0"
Expand Down

0 comments on commit a6df9d3

Please sign in to comment.