fix node exports

This commit is contained in:
Percs 2024-07-02 23:26:38 -05:00
parent 39079419ba
commit c3d2e71f23

View file

@ -1,6 +1,6 @@
{ {
"name": "@mercuryworkshop/bare-mux", "name": "@mercuryworkshop/bare-mux",
"version": "1.1.3", "version": "1.1.4",
"description": "", "description": "",
"type": "module", "type": "module",
"scripts": { "scripts": {
@ -18,7 +18,8 @@
}, },
"./node": { "./node": {
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"main": "./lib/index.cjs" "import": "./lib/index.cjs",
"require": "./lib/index.cjs"
} }
}, },
"files": [ "files": [