src -> lib

This commit is contained in:
Xu Chang 2022-09-22 18:56:30 +08:00
parent c7b58f1f25
commit 0b3d65c187
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"
}