chore: mark packages as public

This commit is contained in:
Ali BARIN
2022-10-07 17:28:18 +02:00
parent c79c82cac7
commit 2d3e307189
5 changed files with 16 additions and 1 deletions

View File

@@ -66,5 +66,8 @@
"bugs": {
"url": "https://github.com/automatisch/automatisch/issues"
},
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
}
}