minor: make the package public
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "@lewebsimple/wpop",
|
"name": "@lewebsimple/wpop",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
|
||||||
"description": "WordPress operations CLI for Websimple projects.",
|
"description": "WordPress operations CLI for Websimple projects.",
|
||||||
|
"license": "MIT",
|
||||||
"author": "Pascal Martineau <pascal@lewebsimple.ca>",
|
"author": "Pascal Martineau <pascal@lewebsimple.ca>",
|
||||||
"bin": {
|
"bin": {
|
||||||
"wpop": "./dist/cli.mjs"
|
"wpop": "./dist/cli.mjs"
|
||||||
@@ -11,6 +11,9 @@
|
|||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsdown",
|
"build": "tsdown",
|
||||||
"changelog": "changelogen",
|
"changelog": "changelogen",
|
||||||
|
|||||||
Reference in New Issue
Block a user