Skip to content

Commit

Permalink
Bump version to: 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
TableCheck Inc. committed Jan 7, 2025
1 parent 6d876c5 commit cbf4d33
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@
"bugs": {
"url": "https://github.com/tablecheck/locales/issues"
},
"version": "2.1.0",
"keywords": ["locales"],
"version": "2.3.1",
"keywords": [
"locales"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc -p tsconfig.build.json",
"lint": "eslint .",
Expand Down Expand Up @@ -45,6 +49,9 @@
},
"lint-staged": {
"!(*.ts)": "prettier --ignore-unknown --write",
"*.ts": ["eslint --fix", "prettier --write"]
"*.ts": [
"eslint --fix",
"prettier --write"
]
}
}

0 comments on commit cbf4d33

Please sign in to comment.