We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d940187 commit b60cbb0Copy full SHA for b60cbb0
CONTRIBUTING.md
@@ -21,7 +21,7 @@ pnpm link ../eslint-plugin-jsdoc
21
## Building the project
22
23
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`
+you can run the following command to update the `dist` files, with `dist/index.cjs`
25
being the `main` entry point from `package.json`:
26
27
```shell
package.json
@@ -84,7 +84,7 @@
84
"*.js": "npm run lint-arg -- --fix"
85
},
86
"type": "module",
87
- "main": "./dist/index.js",
+ "main": "./dist/index.cjs",
88
"types": "./dist/index.d.ts",
89
"exports": {
90
0 commit comments