diff options
Diffstat (limited to 'packages/meshbay-client/package.json')
| -rw-r--r-- | packages/meshbay-client/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/meshbay-client/package.json b/packages/meshbay-client/package.json index 55b2dcf..6e15807 100644 --- a/packages/meshbay-client/package.json +++ b/packages/meshbay-client/package.json @@ -32,7 +32,9 @@ { "from": "node-runtime", "to": "node-runtime", - "filter": ["**/*"] + "filter": [ + "**/*" + ] }, { "from": "../../packaging/win/firewall.ps1", |