Skip to content

Commit 7229244

Browse files
authored
Merge pull request #5 from Himenon/fix/publish-config
fix: publishConfig
2 parents ba81c16 + 6cbbb4f commit 7229244

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/collection/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
"devDependencies": {
1717
"ts-jest": "^26.1.1",
1818
"typescript": "^3.9.6"
19+
},
20+
"publishConfig": {
21+
"access": "public"
1922
}
2023
}

packages/react/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,8 @@
7878
"webpack-cli": "^3.3.12",
7979
"webpack-dev-server": "^3.11.0",
8080
"webpack-manifest-plugin": "^2.2.0"
81+
},
82+
"publishConfig": {
83+
"access": "public"
8184
}
8285
}

0 commit comments

Comments
 (0)