Skip to content

Commit

Permalink
Add "type": "module" to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Dec 8, 2021
1 parent a2f66bd commit 5bb06ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"test": "mocha --require esm test/*.js"
},
"license": "MIT",
"main": "src/index.js",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"devDependencies": {
"eslint": "^6.1.0",
Expand Down

0 comments on commit 5bb06ec

Please sign in to comment.