Skip to content

Commit 92ce902

Browse files
committed
fix excluding built files from npm package
1 parent 0ca311c commit 92ce902

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@
1818
"multiplayer",
1919
"boilerplate"
2020
],
21-
"files": ["templates", "index.js"],
21+
"files": [
22+
"templates",
23+
"index.js",
24+
"!templates/**/node_modules",
25+
"!templates/**/build",
26+
"!templates/**/dist"
27+
],
2228
"author": "Endel Dreyer",
2329
"license": "MIT",
2430
"bugs": {

0 commit comments

Comments
 (0)