This commit is contained in:
Xu Chang 2022-11-23 17:55:18 +08:00
parent 1fc133ee07
commit 8698f674e2
1 changed files with 1 additions and 1 deletions

View File

@ -67,5 +67,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"
}