Skip to content

Commit

Permalink
fix: correct access level of package (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored Nov 2, 2023
1 parent 36cedc7 commit 709e020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"semantic-release": "^22.0.6",
"typescript": "^5.2.2",
"unbuild": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const main = defineCommand({
description: 'Translate',
},
async run({ args }) {
consola.info('Using translator 1.0.0');
consola.info('Using @geprog/translator');

const adapter: Adapter = new JSONAdapter({ path: args.path });

Expand Down

0 comments on commit 709e020

Please sign in to comment.