Skip to content

Commit

Permalink
fix(eslint-plugin-vtex): updates the entrypoint to correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
gtkatakura committed Apr 29, 2024
1 parent a5c2d7d commit d92dbfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/eslint-plugin-vtex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `vtex/consistent-props-type` rule

### Fixed
- Changes entrypoint to dist/index.js

## [2.2.1] - 2022-05-30
### Added
- `vtex/prefer-use-effect-named-callback` rule.
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-vtex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-plugin-vtex",
"version": "2.2.2-alpha.0",
"description": "VTEX's ESLint plugin",
"main": "dist/eslint-plugin-vtex.cjs.js",
"main": "dist/index.js",
"module": "dist/eslint-plugin-vtex.esm.js",
"types": "dist/eslint-plugin-vtex.cjs.d.ts",
"files": [
Expand Down

0 comments on commit d92dbfe

Please sign in to comment.