1
0
Fork 0
mirror of https://github.com/kou029w/megabit.git synced 2025-01-30 21:58:04 +00:00

fix exports format

This commit is contained in:
Nebel 2021-07-25 00:34:01 +09:00
parent d9be61a282
commit 487132022b

View file

@ -1,11 +1,12 @@
{
"name": "megabit",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Connect real things with Node.js",
"main": "cjs/index.js",
"type": "commonjs",
"exports": {
"import": "./esm/index.js"
"import": "./esm/index.js",
"require": "./cjs/index.js"
},
"module": "esm/index.js",
"types": "cjs/index.d.js",