Skip to content

Commit 3b96aee

Browse files
sohini-roygr2m
authored andcommitted
fix(package): ignore unneeded files when publishing to npm (#780)
1 parent b4f1fa8 commit 3b96aee

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
@@ -53,6 +53,9 @@
5353
"engines": {
5454
"node": ">=4"
5555
},
56+
"files": [
57+
"bin", "cli", "public", "server"
58+
],
5659
"homepage": "https://github.com/hoodiehq/hoodie#readme",
5760
"keywords": [
5861
"nobackend",

0 commit comments

Comments
 (0)