Skip to content

Commit

Permalink
fix: Don't publish with dependancies for the CLI since they are bundled.
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed May 3, 2023
1 parent b599336 commit 52b3396
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/cli/package.json
Expand Up @@ -15,15 +15,16 @@
"keywords": [],
"author": "andymac4182",
"license": "Apache 2.0",
"devDependencies": {},
"dependencies": {
"devDependencies": {
"confluence.js": "^1.6.3",
"boxen": "7.0.2",
"chalk": "5.2.0",
"yargs": "17.7.2",
"@markdown-confluence/lib": "4.9.0",
"@markdown-confluence/mermaid-puppeteer-renderer": "4.9.0"
},
"dependencies": {},
"bundleDependencies": true,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit 52b3396

Please sign in to comment.