Skip to content

Commit a113a08

Browse files
Remove "bors.toml" folder from package.json "files" field list
Co-authored-by: cvermand <[email protected]>
1 parent 1db0da9 commit a113a08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
"files": [
5353
"src",
5454
"dist",
55-
"CONTRIBUTING.md",
56-
"bors.toml"
55+
"CONTRIBUTING.md"
5756
],
5857
"lint-staged": {
5958
"**/*.{ts,tsx,js,jsx,css,scss,sass,less,md}": [

0 commit comments

Comments
 (0)