Skip to content

Commit

Permalink
move prettier to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotblackburn committed Aug 27, 2024
1 parent b0e2377 commit 3e0b458
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"handlebars": "^4.7.8",
"loophole": "^1.1.0",
"meow": "^13.0.0",
"prettier": "^3.1.1",
"puppeteer": "^22.15.0",
"showdown": "^2.1.0",
"showdown-emoji": "^3.0.0",
Expand All @@ -51,6 +50,7 @@
"devDependencies": {
"execa": "^8.0.1",
"mocha": "^10.2.0",
"prettier": "^3.1.1",
"should": "^13.2.3"
}
}

0 comments on commit 3e0b458

Please sign in to comment.