Skip to content

Commit

Permalink
fix pck json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Oct 3, 2024
1 parent 1c49373 commit 0b2ee01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-teachers-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-domco": patch
---

fix package.json formatting
6 changes: 2 additions & 4 deletions packages/create-domco/src/template-files/package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ const getTemplateFiles: GetTemplateFile = ({
prettier && tailwind
? `"prettier-plugin-tailwindcss": "^${dependencies.prettierTailwind}",`
: ""
}
${
}${
tailwind
? `"tailwindcss": "^${dependencies.tailwind}","autoprefixer": "^${dependencies.autoprefixer}",`
: ""
}
"typescript": "^${dependencies.typescript}",
}"typescript": "^${dependencies.typescript}",
"vite": "^${dependencies.vite}"
}
}
Expand Down

0 comments on commit 0b2ee01

Please sign in to comment.