暂时用src

This commit is contained in:
Xu Chang 2022-11-01 18:10:56 +08:00
parent 8931a255db
commit c949eaa1b7
1 changed files with 1 additions and 1 deletions

View File

@ -75,5 +75,5 @@
"test": "ts-node ./test/test.ts",
"prepare": "rimraf node_modules/react & rimraf node_modules/react-dom & rimraf node_modules/react-router"
},
"main": "lib/index"
"main": "src/index"
}