Skip to content

Commit 3388afb

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent 630cd63 commit 3388afb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,8 @@
8383
"test": "ava",
8484
"esdoc": "esdoc",
8585
"prepare": "npm run build"
86-
}
86+
},
87+
"files": [
88+
"lib"
89+
]
8790
}

0 commit comments

Comments
 (0)