Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 5c9643f

Browse files
author
Michael Perrotte
committedMar 2, 2020
chore: added files property to package.json
1 parent 54620fb commit 5c9643f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"lint": "standard",
2020
"test": "tap"
2121
},
22+
"files": [
23+
"index.js"
24+
],
2225
"tap": {
2326
"check-coverage": true
2427
},

0 commit comments

Comments
 (0)