From 503a9cbdc61e160522b350b7adfe36f15b972477 Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Wed, 20 May 2026 13:37:46 -0400 Subject: [PATCH] minor: make the package public --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a587ec..7f15506 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@lewebsimple/wpop", "version": "0.0.1", - "private": true, "description": "WordPress operations CLI for Websimple projects.", + "license": "MIT", "author": "Pascal Martineau ", "bin": { "wpop": "./dist/cli.mjs" @@ -11,6 +11,9 @@ "dist" ], "type": "module", + "publishConfig": { + "access": "public" + }, "scripts": { "build": "tsdown", "changelog": "changelogen",