minor: make the package public

This commit is contained in:
2026-05-20 13:37:46 -04:00
parent e3ac72906d
commit 503a9cbdc6

View File

@@ -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 <pascal@lewebsimple.ca>",
"bin": {
"wpop": "./dist/cli.mjs"
@@ -11,6 +11,9 @@
"dist"
],
"type": "module",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsdown",
"changelog": "changelogen",