Skip to content

Commit

Permalink
update changesets/cli to be a devDependency and execute install.sh again
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelblum committed Jan 22, 2024
1 parent 46c4dbb commit bc54768
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 67 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"devDependencies": {
"@comet/dev-process-manager": "^2.0.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^18.0.0",
"dotenv-cli": "^6.0.0",
"husky": "^7.0.1",
Expand All @@ -28,8 +29,5 @@
"prettier": "^2.3.2",
"ts-node": "^10.5.0",
"typescript": "^4.2.2"
},
"dependencies": {
"@changesets/cli": "^2.27.1"
}
}
Loading

0 comments on commit bc54768

Please sign in to comment.