Skip to content

Commit

Permalink
chore: Add prettier as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman authored Aug 28, 2024
1 parent 0c13385 commit edf428c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"devDependencies": {
"@companion-module/tools": "^1.3.2",
"jest": "^29.7.0"
"jest": "^29.7.0",
"prettier": "^3.3.3"
}
}

0 comments on commit edf428c

Please sign in to comment.