Skip to content

Commit 73f8f38

Browse files
committedJan 24, 2020
add files list to package.json
1 parent 1b64c7b commit 73f8f38

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,10 @@
3535
"license": "MIT",
3636
"engines": {
3737
"node": ">=10"
38-
}
38+
},
39+
"files": [
40+
"bin",
41+
"lib",
42+
"index.js"
43+
]
3944
}

0 commit comments

Comments
 (0)
Please sign in to comment.