package main入口更改

This commit is contained in:
Wang Kejun 2022-04-21 11:20:14 +08:00
parent 8f565d5aee
commit 94f4d1c3c1
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@
"build": "tsc",
"test": "ts-node ./scripts/getAmapArea.ts"
},
"main": "src/index"
"main": "lib/index"
}