From 55783fc0ce77c0235d74244efe4069e4f9ca5850 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sun, 25 Jun 2023 09:30:09 +0800 Subject: [PATCH] chore: add publishConfig access to public --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 729ce03..8e72cad 100644 --- a/package.json +++ b/package.json @@ -79,5 +79,8 @@ "bugs": { "url": "https://github.com/koajs/body-parser/issues" }, - "homepage": "https://github.com/koajs/body-parser" + "homepage": "https://github.com/koajs/body-parser", + "publishConfig": { + "access": "public" + } }