Skip to content

Commit

Permalink
Fix server module "bin" inclusion with package
Browse files Browse the repository at this point in the history
  • Loading branch information
twojtasz committed Dec 5, 2019
1 parent 9e89145 commit f4f3356
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/server/package.json
Expand Up @@ -8,13 +8,14 @@
"url": "https://github.com/uber/xviz.git"
},
"bin": {
"xviz": "./bin/xvizserver"
"xvizserver": "./bin/xvizserver"
},
"main": "dist/es5/index.js",
"module": "dist/esm/index.js",
"esnext": "dist/es6/index.js",
"files": [
"dist"
"dist",
"bin/xvizserver"
],
"browser": {
"text-encoding": false
Expand Down

0 comments on commit f4f3356

Please sign in to comment.