Skip to content

Commit

Permalink
chore: kill dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
radiorz committed Dec 11, 2024
1 parent b4a01f9 commit 628c6e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions templates/create-nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@tikkhun/create": "latest"
},
"dependencies": {
"@tikkhun/create": "workspace:^",
"@inquirer/prompts": "^7.0.0"
"@tikkhun/create": "workspace:^"
}
}
4 changes: 1 addition & 3 deletions templates/create-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"@tikkhun/create": "latest"
},
"dependencies": {
"@inquirer/prompts": "^7.0.0",
"@tikkhun/create": "workspace:^",
"glob": "^10.4.5"
"@tikkhun/create": "workspace:^"
}
}
3 changes: 1 addition & 2 deletions templates/create-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@tikkhun/create": "latest"
},
"dependencies": {
"@tikkhun/create": "workspace:^",
"@inquirer/prompts": "^7.0.0"
"@tikkhun/create": "workspace:^"
}
}

0 comments on commit 628c6e9

Please sign in to comment.