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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
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)