File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/create-next-stack
website/templates/LandingPage/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " create-next-stack" ,
33 "description" : " Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps." ,
4- "version" : " 0.2.5 " ,
4+ "version" : " 0.2.6 " ,
55 "author" : " Anders Kjær Damgaard @akd-io" ,
66 "bugs" : " https://github.com/akd-io/create-next-stack/issues" ,
77 "homepage" : " https://github.com/akd-io/create-next-stack" ,
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ export const TechnologiesForm: React.FC = () => {
220220 formData
221221 ) => {
222222 const calculateCommand = ( formData : TechnologiesFormData ) => {
223- const args = [ "npx" , "create-next-stack@0.2.5 " ]
223+ const args = [ "npx" , "create-next-stack@0.2.6 " ]
224224
225225 args . push ( `--package-manager=${ options [ formData . packageManager ] . value } ` )
226226 args . push ( `--styling=${ options [ formData . styling ] . value } ` )
You can’t perform that action at this time.
0 commit comments