Skip to content

Commit

Permalink
fix: publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Sep 6, 2024
1 parent a1da20d commit 3cd3ee9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"private": true,
"private": false,
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"protobufjs-cli": "^1.1.3",
Expand Down

0 comments on commit 3cd3ee9

Please sign in to comment.