mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-14 06:40:02 -04:00
fix node exports
This commit is contained in:
parent
39079419ba
commit
c3d2e71f23
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mercuryworkshop/bare-mux",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -18,7 +18,8 @@
|
|||
},
|
||||
"./node": {
|
||||
"types": "./lib/index.d.ts",
|
||||
"main": "./lib/index.cjs"
|
||||
"import": "./lib/index.cjs",
|
||||
"require": "./lib/index.cjs"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue