Skip to content

Commit 6f93312

Browse files
committed
Ensure no trash LICENSE and README.md files are included in published package
1 parent 0c2def7 commit 6f93312

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
@@ -43,10 +43,8 @@
4343
"access": "public"
4444
},
4545
"files": [
46-
"LICENSE",
47-
"README.md",
48-
"dist/",
49-
"src/"
46+
"dist",
47+
"src"
5048
],
5149
"repository": {
5250
"type": "git",

0 commit comments

Comments
 (0)