Skip to content

Commit

Permalink
feat: publishconfig access public (onecx#199)
Browse files Browse the repository at this point in the history
Co-authored-by: kim.tran <[email protected]>
  • Loading branch information
KimFFVII and kim.tran authored Apr 3, 2024
1 parent 4a8a127 commit 70e9243
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/shell-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"dependencies": {},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
"typings": "./src/index.d.ts",
"publishConfig": {
"access": "public"
}
}

0 comments on commit 70e9243

Please sign in to comment.