Skip to content

Commit

Permalink
fix: adjust how create-carbon requires carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 21, 2024
1 parent 63bc3c3 commit b122675
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-brooms-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-carbon": patch
---

fix: adjust how create-carbon requires carbon
7 changes: 2 additions & 5 deletions packages/create-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,18 @@
"dev": "tsc -w"
},
"license": "MIT",
"peerDependencies": {
"@buape/carbon": "workspace:^0.5.0",
"@buape/carbon-nodejs": "workspace:^0.2.2"
},
"files": [
"dist",
"templates",
"LICENSE"
],
"dependencies": {
"@buape/carbon": "workspace:^0.5.0",
"@buape/carbon-nodejs": "workspace:^0.2.2",
"@clack/prompts": "0.7.0",
"yocto-spinner": "^0.1.0"
},
"devDependencies": {
"@buape/carbon": "workspace:*",
"@types/node": "^22.5.5"
},
"bin": "./dist/src/index.js"
Expand Down

0 comments on commit b122675

Please sign in to comment.