Skip to content

Commit 0a0dce2

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent c2b4854 commit 0a0dce2

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
@@ -71,5 +71,8 @@
7171
"test": "ava",
7272
"esdoc": "esdoc",
7373
"prepare": "npm run build"
74-
}
74+
},
75+
"files": [
76+
"lib"
77+
]
7578
}

0 commit comments

Comments
 (0)