Skip to content

Commit

Permalink
fix: changing publish access to public in tsconfig micro service
Browse files Browse the repository at this point in the history
  • Loading branch information
henriq4 committed Feb 22, 2023
1 parent 13e8a55 commit c2c57b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@pizy/tsconfig",
"version": "0.0.1",
"private": true,
"publishConfig": {
"access": "public"
},
"files": [
"base.json",
"next.json"
Expand Down

0 comments on commit c2c57b9

Please sign in to comment.