Skip to content

Commit

Permalink
fix: include necessary deps to run binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
bbmoz committed Apr 23, 2017
1 parent 95a0643 commit 052e8d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"visualization",
"viz"
],
"engines": {
"node": ">=6"
},
"author": "Joe Lee <https://github.com/bbmoz>",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -80,7 +83,6 @@
"babel-preset-env": "^1.3.2",
"babel-preset-flow": "^6.23.0",
"babel-preset-latest": "^6.24.0",
"body-parser": "^1.17.1",
"css-loader": "^0.28.0",
"cytoscape": "^3.0.0",
"eslint": "^3.19.0",
Expand All @@ -90,20 +92,23 @@
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"esprima": "^3.1.3",
"express": "^4.15.2",
"flow-bin": "^0.44.2",
"glob-fs": "^0.1.6",
"html-webpack-plugin": "^2.28.0",
"husky": "^0.13.3",
"request": "^2.81.0",
"semantic-release": "^6.3.2",
"sinon": "^2.1.0",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"style-loader": "^0.16.1",
"validate-commit-msg": "^2.12.1",
"webpack": "^2.3.2",
"webpack": "^2.3.2"
},
"dependencies": {
"body-parser": "^1.17.1",
"esprima": "^3.1.3",
"express": "^4.15.2",
"glob-fs": "^0.1.6",
"request": "^2.81.0",
"socket.io": "^1.7.3",
"yargs": "^7.1.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4029,7 +4029,7 @@ micromatch@^2.1.5, micromatch@^2.2.0, micromatch@^2.3.11:
parse-glob "^3.0.4"
regex-cache "^0.4.2"

micromatch@jonschlinkert/micromatch#2.2.0:
"micromatch@github:jonschlinkert/micromatch#2.2.0", micromatch@jonschlinkert/micromatch#2.2.0:
version "2.2.0"
resolved "https://codeload.github.com/jonschlinkert/micromatch/tar.gz/b0ac0b7cea8d90f97630c027d0116a8aef06bfdc"
dependencies:
Expand Down

0 comments on commit 052e8d8

Please sign in to comment.