Skip to content

Commit

Permalink
Upgrade Prettier to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Jul 10, 2023
1 parent 2772f98 commit 6c65407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"remark-typescript-tools": "^1.0.10"
},
"devDependencies": {
"prettier": "^2.7.1",
"prettier": "^3.0.0",
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function createConfig(options) {
} = options;

const { description, homepage, name, repository } = JSON.parse(
readFileSync(resolve(rootPath, "../package.json"))
readFileSync(resolve(rootPath, "../package.json")),
);

const orgUrl = new URL(homepage);
Expand Down

0 comments on commit 6c65407

Please sign in to comment.