Skip to content

Commit

Permalink
release: 🚀 add publishConfig for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyudong committed Apr 14, 2022
1 parent f225b2f commit 31a738a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "基于 @faker-js/faker 和 msw 的语义化 mock 数据能力",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"prepare": "husky install",
"lint": "npm run lint:script",
Expand Down

0 comments on commit 31a738a

Please sign in to comment.