Skip to content

Commit 848e93c

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent 2b9bbf4 commit 848e93c

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
@@ -124,5 +124,8 @@
124124
"esdoc": "esdoc",
125125
"lint": "true",
126126
"prepare": "npm run build"
127-
}
127+
},
128+
"files": [
129+
"lib"
130+
]
128131
}

0 commit comments

Comments
 (0)