Fix typo in module path in package.json
Otherwise tools like snowpack that rely on the module attribute fail.
This commit is contained in:
parent
1c4d6e97fc
commit
850ab38461
@ -13,7 +13,7 @@
|
||||
"printj": "./bin/printj.njs"
|
||||
},
|
||||
"main": "./printj",
|
||||
"module": "./print.mjs",
|
||||
"module": "./printj.mjs",
|
||||
"types": "types",
|
||||
"browser": {
|
||||
"process": false,
|
||||
|
Loading…
Reference in New Issue
Block a user