Skip to content

Commit b2cdc37

Browse files
committed
chore: include only code into npm package
This excludes directories docker, examples and tests from a package that is published with npm publish
1 parent 68931cf commit b2cdc37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"start": "node src/index.js",
2727
"test": "echo \"Error: no test specified\" && exit 1"
2828
},
29+
"files": [
30+
"src/**"
31+
],
2932
"dependencies": {
3033
"ejs": "~3.1.3",
3134
"js-yaml": "~3.14.0"

0 commit comments

Comments
 (0)