Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Nov 18, 2024
1 parent ed6abd0 commit f2ccae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"build:esm": "tsc -p config/tsconfig.esm.json",
"clean": "rimraf ./dist",
"test": "vitest run --globals --coverage",
"lint": "eslint --fix --ext .js,.ts src/**",
"lint:check": "eslint --ext .js,.ts src/**",
"lint": "eslint --fix",
"lint:check": "eslint",
"format": "prettier --config .prettierrc './**/*.ts' --write",
"format:check": "prettier --config .prettierrc './**/*.ts' --check"
},
Expand Down

0 comments on commit f2ccae9

Please sign in to comment.