Skip to content

Commit

Permalink
Merge pull request #16 from schalkneethling/hotfix-0.1.1-prettier
Browse files Browse the repository at this point in the history
fix: move prettier to dependencies
  • Loading branch information
schalkneethling authored Dec 30, 2024
2 parents a84c5a9 + 67452e9 commit 66116b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-project-calavera",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple starting skeleton for common web projects.",
"exports": "./src/index.js",
"bin": {
Expand Down Expand Up @@ -36,13 +36,13 @@
"dependencies": {
"@clack/prompts": "^0.8.2",
"chalk": "^5.3.0",
"execa": "^9.5.2"
"execa": "^9.5.2",
"prettier": "^3.4.2"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"stylelint": "^16.11.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4"
Expand Down

0 comments on commit 66116b9

Please sign in to comment.