Skip to content

Commit

Permalink
fix: distribution pointer in pkg config
Browse files Browse the repository at this point in the history
\### Rationale
The filepath was incorrect for the entrypoint definition (`main`). So
Eslint was failing to load properly and find the module.
  • Loading branch information
codejedi365 committed Oct 13, 2021
1 parent 927967f commit 299717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-plugin-testcafe-community",
"version": "1.2.3",
"description": "Eslint rules for testcafe, from the testcafe community",
"main": "dist/index.js",
"main": "dist/lib/index.js",
"files": [
"dist/**",
"docs/**"
Expand Down

0 comments on commit 299717e

Please sign in to comment.