Skip to content

Commit

Permalink
Merge pull request #130 from liam-hq/first-publication
Browse files Browse the repository at this point in the history
Make CLI package.json `"private": false`
  • Loading branch information
hoshinotsuyoshi authored Dec 2, 2024
2 parents d1a7156 + 562e1fe commit a80fdea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions frontend/.changeset/gold-gorillas-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@liam-hq/cli": patch
---

First release
5 changes: 4 additions & 1 deletion frontend/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "@liam-hq/cli",
"license": "Apache-2.0",
"private": true,
"private": false,
"version": "0.0.0",
"type": "module",
"publishConfig": {
"access": "public"
},
"bin": {
"liam": "./dist-cli/bin/cli.js"
},
Expand Down

0 comments on commit a80fdea

Please sign in to comment.