This commit is contained in:
Xu Chang 2022-08-20 16:22:52 +08:00
parent 6c7836416f
commit 9a54e13c5c
1 changed files with 1 additions and 1 deletions

View File

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