Skip to content

Commit e8f9652

Browse files
authored
chore(package): explicitly declare js module type (#529)
1 parent a615d59 commit e8f9652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "3.9.1",
44
"description": "A GitHub action to automatically merge and approve Dependabot pull requests",
55
"main": "src/index.js",
6+
"type": "commonjs",
67
"scripts": {
78
"build": "ncc build src/index.js",
89
"lint": "eslint .",

0 commit comments

Comments
 (0)