Skip to content

Commit

Permalink
package.json public access
Browse files Browse the repository at this point in the history
  • Loading branch information
agbishop committed Jan 20, 2023
1 parent c7d4781 commit 0985ba8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
},
"homepage": "https://github.com/niuware/mui-rte#readme",
"main": "index.js",
"private": false,
"release": {
"branches": ["main"]
},
"publishConfig": {
"access": "public"
},
"scripts": {
"serve": "cross-env webpack-dev-server --mode development",
"build": "tsc",
Expand Down

0 comments on commit 0985ba8

Please sign in to comment.