fix: allow publishing as public package

This commit is contained in:
nobody 2025-12-12 21:51:00 -08:00
commit ca0fc09a01
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86

View file

@ -36,5 +36,8 @@
"type": "git", "type": "git",
"url": "git+https://peoplesgrocers.com/code/oss/lseq.git", "url": "git+https://peoplesgrocers.com/code/oss/lseq.git",
"directory": "typescript" "directory": "typescript"
},
"publishConfig": {
"access": "public"
} }
} }