Skip to content

Commit b60cbb0

Browse files
committed
fix: update legacy entry point
1 parent d940187 commit b60cbb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pnpm link ../eslint-plugin-jsdoc
2121
## Building the project
2222

2323
After running `pnpm install` to get the latest dependencies and devDependencies,
24-
you can run the following command to update the `dist` files, with `dist/index.js`
24+
you can run the following command to update the `dist` files, with `dist/index.cjs`
2525
being the `main` entry point from `package.json`:
2626

2727
```shell

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"*.js": "npm run lint-arg -- --fix"
8585
},
8686
"type": "module",
87-
"main": "./dist/index.js",
87+
"main": "./dist/index.cjs",
8888
"types": "./dist/index.d.ts",
8989
"exports": {
9090
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)