Skip to content

Commit 8592728

Browse files
committed
Ensure no trash LICENSE and README.md files are included in published package
1 parent f71f347 commit 8592728

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@
6464
"access": "public"
6565
},
6666
"files": [
67-
"LICENSE",
68-
"README.md",
69-
"dist/",
70-
"src/"
67+
"dist",
68+
"src"
7169
],
7270
"repository": {
7371
"type": "git",

0 commit comments

Comments
 (0)