Skip to content

Commit

Permalink
Merge pull request #14 from brunoeduardodev/main
Browse files Browse the repository at this point in the history
reduce bundle size
  • Loading branch information
NicolasLopes7 authored Jan 26, 2024
2 parents b2df830 + 12c36c6 commit 48f4ba8
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 132 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@
"prettier": "^3.2.4",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"chalk": "4.1.2",
"typescript": "^5.3.3"
},
"dependencies": {
"commander": "^11.1.0",
"inquirer": "8.2.4",
"ora": "5.4.1"
"ora": "5.4.1",
"chalk": "4.1.2",
"@inquirer/prompts": "^3.3.0"
}
}
}
Loading

0 comments on commit 48f4ba8

Please sign in to comment.