Skip to content

Commit 237a855

Browse files
committedApr 24, 2020
😒 chore(package.json): Set .files = ["lib"].
1 parent 165421a commit 237a855

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,8 @@
7070
"test": "ava",
7171
"esdoc": "esdoc",
7272
"prepare": "npm run build"
73-
}
73+
},
74+
"files": [
75+
"lib"
76+
]
7477
}

0 commit comments

Comments
 (0)
Please sign in to comment.