Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 5a7c911

Browse files
authored
Update package.json
1 parent 59d18fe commit 5a7c911

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"license": "MIT",
1414
"author": "GitHub Inc.",
1515
"type": "module",
16-
"main": "src/index.js",
17-
"module": "src/index.js",
16+
"main": "lib/index.js",
17+
"module": "lib/index.js",
1818
"files": [
19-
"src"
19+
"lib"
2020
],
2121
"scripts": {
2222
"build": "tsc --build ./tsconfig.build.json",

0 commit comments

Comments
 (0)