Skip to content

Commit 33055b2

Browse files
authored
Support Node.js v12.0.0 in loader (#2190)
1 parent 0e7d829 commit 33055b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/AssemblyScript/assemblyscript/issues"
2626
},
2727
"type": "module",
28-
"main": "index.js",
28+
"main": "./umd/index.js",
2929
"types": "index.d.ts",
3030
"exports": {
3131
"import": "./index.js",

0 commit comments

Comments
 (0)