Skip to content

Commit 2865d69

Browse files
authored
Merge pull request #3 from helpwave/fix/publish
chore: fix package.json for publishing
2 parents 0f65bdd + e9734b2 commit 2865d69

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@helpwave/internationalization",
33
"description": "helpwave's internationalization library",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"author": "helpwave <support@helpwave.de> (https://helpwave.de)",
58
"homepage": "https://helpwave.de",
69
"repository": {
@@ -16,7 +19,7 @@
1619
"module": "dist/index.js",
1720
"types": "dist/index.d.ts",
1821
"bin": {
19-
"build-intl": "./dist/scripts/compile-arb.js"
22+
"build-intl": "dist/scripts/compile-arb.js"
2023
},
2124
"exports": {
2225
".": {

0 commit comments

Comments
 (0)