Skip to content

Commit

Permalink
fix: move publishConfig to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
dougalg committed Dec 23, 2023
1 parent be95e6a commit 53439db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
"branches": [
"master",
"next"
],
"publishConfig": {
"access": "public"
}
]
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 53439db

Please sign in to comment.