Skip to content

Commit a658d06

Browse files
committed
fix: Change files to "lib" and "types"
1 parent 5222ad2 commit a658d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
99
"files": [
10-
"dist",
11-
"src"
10+
"lib",
11+
"types"
1212
],
1313
"engines": {
1414
"node": ">=12"

0 commit comments

Comments
 (0)