add publishConfig to package.json

This commit is contained in:
Jacob Overgaard
2023-10-05 14:05:57 +02:00
parent 98c73abac3
commit 35879c372b

View File

@@ -197,5 +197,9 @@
},
"msw": {
"workerDirectory": "public"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}