Skip to content

Commit

Permalink
Remove changesets dependency
Browse files Browse the repository at this point in the history
`@changesets/cli` was incorrectly added to the package's dependencies, causing it to be installed when installing dev-pm in a project. We move it to the dev dependencies to fix it.
  • Loading branch information
johnnyomair committed Jul 27, 2023
1 parent 5224785 commit 5eb9f4f
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 79 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-tables-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@comet/dev-process-manager": patch
---

Remove `@changesets/cli` as dependency
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
"homepage": "https://github.com/vivid-planet/dev-process-manager#readme",
"dependencies": {
"@changesets/cli": "^2.26.0",
"cli-table3": "^0.6.1",
"colors": "^1.4.0",
"commander": "^9.0.0",
Expand All @@ -47,6 +46,7 @@
"wait-on": "^6.0.1"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@comet/eslint-config": "^4.0.0",
"@types/node": "^14.0.0",
"@types/pidusage": "^2.0.2",
Expand Down
Loading

0 comments on commit 5eb9f4f

Please sign in to comment.