There was an error while loading. Please reload this page.
2 parents 0f65bdd + e9734b2 commit 2865d69Copy full SHA for 2865d69
1 file changed
package.json
@@ -1,6 +1,9 @@
1
{
2
"name": "@helpwave/internationalization",
3
"description": "helpwave's internationalization library",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
"author": "helpwave <support@helpwave.de> (https://helpwave.de)",
8
"homepage": "https://helpwave.de",
9
"repository": {
@@ -16,7 +19,7 @@
16
19
"module": "dist/index.js",
17
20
"types": "dist/index.d.ts",
18
21
"bin": {
- "build-intl": "./dist/scripts/compile-arb.js"
22
+ "build-intl": "dist/scripts/compile-arb.js"
23
},
24
"exports": {
25
".": {
0 commit comments