Explicitly exclude DS store files (#492)

This commit is contained in:
Thomas Boop
2020-06-04 15:14:19 -04:00
committed by GitHub
parent c65fe87e33
commit 3e40dd39cc
6 changed files with 12 additions and 6 deletions

View File

@@ -17,7 +17,8 @@
"test": "__tests__"
},
"files": [
"lib"
"lib",
"!.DS_Store"
],
"publishConfig": {
"access": "public"