fix(docs): remove access control from package config

This commit is contained in:
Joakim Carlstein 2024-01-19 13:38:58 +01:00 committed by Joakim Carlstein
parent 98adcda37e
commit 49d8925778

View file

@ -1,9 +1,6 @@
{
"name": "@emigrate/docs",
"private": true,
"publishConfig": {
"access": "public"
},
"type": "module",
"version": "0.0.1",
"scripts": {