Skip to content

Commit

Permalink
prepare(publish): Improve readme and set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrault committed Dec 14, 2023
1 parent 1272e6c commit d5cf360
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Generate TS type for your translations keys and interpolate values
### Installation

```bash
npm install @betomorrow/i18n-typegen
npm install --save-dev @betomorrow/i18n-typegen
```

### Configuration
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@betomorrow/i18n-typegen",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"description": "Generate TS type for your translations keys and interpolation values",
"main": "dist/index.js",
"bin": "bin/i18n-typegen",
Expand All @@ -25,6 +25,9 @@
"url": "https://github.com/BeTomorrow/i18n-typegen/issues"
},
"homepage": "https://github.com/BeTomorrow/i18n-typegen#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
Expand Down

0 comments on commit d5cf360

Please sign in to comment.