Skip to content

Commit

Permalink
Fixed publish config to use global instead of local overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Nov 4, 2024
1 parent c9ba3a6 commit 5c17b14
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
3 changes: 0 additions & 3 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "catalog:",
"typescript": "catalog:",
Expand Down
7 changes: 1 addition & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"devDependencies": {
"@proplens/mock": "workspace:*",
"@types/node": "catalog:",
Expand Down
3 changes: 0 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"publishConfig": {
"access": "public"
},
"dependencies": {
"typescript": "catalog:"
},
Expand Down
7 changes: 1 addition & 6 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"devDependencies": {
"@proplens/mock": "workspace:*",
"@types/node": "catalog:",
Expand Down

0 comments on commit 5c17b14

Please sign in to comment.