Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Jul 11, 2024
1 parent 383ac4e commit 5a3c97f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@jellydn/eslint-fixer",
"version": "0.2.1-0",
"keywords": ["fixer", "typescript"],
"version": "0.2.1",
"keywords": [
"fixer",
"typescript"
],
"license": "MIT",
"author": "Huynh Duc Dung",
"type": "module",
"bin": "./dist/cli.mjs",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --clean-dist --env.NODE_ENV=production",
"check": "biome check --write",
Expand Down

0 comments on commit 5a3c97f

Please sign in to comment.