Fix typo in module path in package.json

Otherwise tools like snowpack that rely on the module attribute fail.
This commit is contained in:
gregod 2021-02-06 18:23:37 +00:00 committed by GitHub
parent 1c4d6e97fc
commit 850ab38461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
"printj": "./bin/printj.njs"
},
"main": "./printj",
"module": "./print.mjs",
"module": "./printj.mjs",
"types": "types",
"browser": {
"process": false,