Skip to content

Commit

Permalink
Merge pull request #1 from itaober/dev
Browse files Browse the repository at this point in the history
release: @itaober/prettier rename to @itaober/prettier-config
  • Loading branch information
itaober authored Jul 30, 2024
2 parents 4e65586 + cfbc0f6 commit d975a12
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/pink-keys-bake.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
'@itaober/commitlint': patch
'@itaober/prettier': patch
'@itaober/prettier-config': patch
'@itaober/tsconfig': patch
'@itaober/eslint-config': patch
---
Expand Down
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"initialVersions": {
"@itaober/commitlint": "0.1.0-alpha.1",
"@itaober/eslint-config": "0.1.0-alpha.1",
"@itaober/prettier": "0.1.0-alpha.1",
"@itaober/prettier-config": "0.1.0-alpha.1",
"@itaober/tsconfig": "0.1.0-alpha.1"
},
"changesets": [
Expand Down
4 changes: 2 additions & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import prettier from '@itaober/prettier';
import config from '@itaober/prettier-config';

export default prettier;
export default config;
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@itaober/prettier",
"name": "@itaober/prettier-config",
"version": "0.1.0-alpha.1",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit d975a12

Please sign in to comment.