Skip to content

Commit 9f0e463

Browse files
authored
fix: mark prettier as a required import to fix an import error (#205)
1 parent ccfead2 commit 9f0e463

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"clipboardy": "^2.3.0",
2626
"execa": "^5.1.1",
2727
"inquirer": "^8.2.4",
28+
"prettier": "^2.7.1",
2829
"spdx-license-list": "^6.3.0"
2930
},
3031
"devDependencies": {
31-
"prettier": "^2.7.1",
3232
"semantic-release": "^19.0.0"
3333
},
3434
"release": {

0 commit comments

Comments
 (0)