Skip to content

Commit

Permalink
Merge pull request #52 from benmccann/patch-1
Browse files Browse the repository at this point in the history
Add `"type": "module"` to `package.json`
  • Loading branch information
mhkeller committed Dec 8, 2021
2 parents a2f66bd + 5bb06ec commit d4d1109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
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 d4d1109

Please sign in to comment.