Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit faacda9

Browse files
dguettlerzkat
authored andcommitted
package: Whitelist package files (#141)
PR-URL: #141 Credit: @dguettler Reviewed-By: @zkat
1 parent 22b69a3 commit faacda9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"scripts": {
1111
"test": "standard && tap test/*.js"
1212
},
13+
"files": [
14+
"lib",
15+
"index.js"
16+
],
1317
"dependencies": {
1418
"concat-stream": "^1.5.2",
1519
"graceful-fs": "^4.1.6",

0 commit comments

Comments
 (0)