Skip to content

Commit

Permalink
chore: correct main field and add eslint path
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Oct 31, 2024
1 parent 0970b01 commit 8030b40
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
Expand Up @@ -15,7 +15,7 @@
"url": "git+https://github.com/varletjs/release"
},
"bugs": "https://github.com/varletjs/release/issues",
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
Expand All @@ -35,7 +35,7 @@
"dev": "tsup --watch",
"build": "tsup",
"release": "pnpm build && node bin/index.js release -c",
"lint": "eslint --ext .ts,.js",
"lint": "eslint . --ext .ts,.js",
"format": "prettier --write .",
"commit-lint": "node bin/index.js commit-lint"
},
Expand Down

0 comments on commit 8030b40

Please sign in to comment.