Skip to content

Commit b4ef86f

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent 7dc8c21 commit b4ef86f

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
@@ -128,5 +128,8 @@
128128
"esdoc": "esdoc",
129129
"lint": "true",
130130
"prepare": "npm run build"
131-
}
131+
},
132+
"files": [
133+
"lib"
134+
]
132135
}

0 commit comments

Comments
 (0)