Prevent error when publishing under a namespace

This commit is contained in:
Joseph Garrone 2023-06-28 15:01:03 +02:00 committed by GitHub
parent ff7cac5784
commit 1932d951d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,5 +59,8 @@
"ts-node": "^10.9.1",
"react": "^18.2.0",
"@types/react": "^18.2.6"
},
"publishConfig": {
"access": "public"
}
}