Skip to content

Commit

Permalink
fix: add publishConfig to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Mar 10, 2022
1 parent ef59daa commit a809e25
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@
"eslintConfig": {
"extends": "@silverhand"
},
"prettier": "@silverhand/eslint-config/.prettierrc"
"prettier": "@silverhand/eslint-config/.prettierrc",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"eslintConfig": {
"extends": "@silverhand"
},
"prettier": "@silverhand/eslint-config/.prettierrc"
"prettier": "@silverhand/eslint-config/.prettierrc",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"eslintConfig": {
"extends": "@silverhand/react"
},
"prettier": "@silverhand/eslint-config/.prettierrc"
"prettier": "@silverhand/eslint-config/.prettierrc",
"publishConfig": {
"access": "public"
}
}

0 comments on commit a809e25

Please sign in to comment.