Skip to content

Commit a24a176

Browse files
committed
fix(package): correct module path
1 parent 627b7bb commit a24a176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.1",
44
"description": "An ESLint plugin to match the Drupal standard for contrib modules and themes.",
55
"main": "dist/cjs/index.js",
6-
"module": "dist/esm/index.js",
6+
"module": "dist/es/index.js",
77
"exports": {
88
".": {
99
"import": "./dist/es/index.js",

0 commit comments

Comments
 (0)