Skip to content

Commit

Permalink
Support Node.js v12.0.0 in loader (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Apr 9, 2022
1 parent 0e7d829 commit 33055b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/AssemblyScript/assemblyscript/issues"
},
"type": "module",
"main": "index.js",
"main": "./umd/index.js",
"types": "index.d.ts",
"exports": {
"import": "./index.js",
Expand Down

0 comments on commit 33055b2

Please sign in to comment.