Skip to content

Commit dffc9a2

Browse files
committed
fix: do not export yarn.lock
1 parent f4735c5 commit dffc9a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"main": "dist/index.js",
1111
"module": "dist/index.mjs",
1212
"files": [
13-
"dist",
14-
"yarn.lock"
13+
"dist"
1514
],
1615
"exports": {
1716
".": {

0 commit comments

Comments
 (0)