This commit is contained in:
Xu Chang 2022-11-23 17:55:44 +08:00
parent a4b1721ce9
commit 4ae83046c4
1 changed files with 1 additions and 1 deletions

View File

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