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

fix types file ext

This commit is contained in:
Nebel 2021-09-04 13:19:53 +09:00
parent 45e2836561
commit 10508ae69c

View file

@ -9,7 +9,7 @@
"require": "./cjs/index.js"
},
"module": "esm/index.js",
"types": "cjs/index.d.js",
"types": "cjs/index.d.ts",
"files": [
"cjs",
"esm"