package.json main

This commit is contained in:
Yuan 2023-12-13 14:26:31 +08:00
parent 2e19528e2f
commit 9e4658f2ff

View File

@ -6,7 +6,7 @@
"author": "walker <shengxuqiang@joylink.club>",
"private": true,
"type": "module",
"main": "lib",
"main": "lib/index.js",
"scripts": {
"build": "rollup -c rollup.config.ts --configPlugin typescript"
},