Skip to content

Commit

Permalink
bump to fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Mar 2, 2023
1 parent 94d4f01 commit 29ae4de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weareinreach/i18next-keys-ondemand",
"version": "0.3.1",
"version": "0.3.2",
"description": "i18next plugin to request missing translation keys when used",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"scripts": {
"prepublish": "pnpm build",
"build": "tsc"
"build": "rm ./dist/* && tsc"
},
"files": [
"dist"
Expand Down

0 comments on commit 29ae4de

Please sign in to comment.