Skip to content

Commit c1eff21

Browse files
committed
fix: define files in package.json
1 parent c07ff40 commit c1eff21

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,9 @@
3434
"overrides": {
3535
"lodash": "npm:@technically/lodash"
3636
}
37-
}
37+
},
38+
"files": [
39+
"dist",
40+
"LICENSE"
41+
]
3842
}

0 commit comments

Comments
 (0)