Skip to content

Commit 312627e

Browse files
committed
chore: exclude build/test from the package
1 parent 3d836d8 commit 312627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "./build/lib/main",
88
"types": "./build/lib/main.d.ts",
99
"files": [
10-
"build",
10+
"build/lib",
1111
"lib",
1212
"typings"
1313
],

0 commit comments

Comments
 (0)