Skip to content

Commit b19e133

Browse files
authored
chore(package): explicitly declare js module type (#592)
1 parent 5da83c4 commit b19e133

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: package.json

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "eslint-plugin-promise",
33
"version": "7.2.1",
44
"description": "Enforce best practices for JavaScript promises",
5+
"main": "index.js",
6+
"type": "commonjs",
57
"keywords": [
68
"eslint",
79
"eslintplugin",

0 commit comments

Comments
 (0)