Skip to content

Commit 6704a7d

Browse files
committed
Exclude the test files from publish
1 parent a4c8406 commit 6704a7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pug/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"static-site-generator"
1414
],
1515
"exports": "./index.js",
16+
"files": [
17+
"*.js",
18+
"!test",
19+
"!test-stubs"
20+
],
1621
"type": "module",
1722
"directories": {
1823
"test": "test"

0 commit comments

Comments
 (0)