Skip to content

Commit 1e78773

Browse files
authored
Merge pull request #19 from DopplerHQ/emily/node-upgrade
Add type: module to package.json
2 parents cceef80 + 1b92109 commit 1e78773

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": "4.0.0",
44
"description": "GitHub Action to install the Doppler CLI",
55
"main": "index.js",
6-
"module": "true",
6+
"type": "module",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},

0 commit comments

Comments
 (0)