Skip to content

Commit

Permalink
Merge pull request #2 from thewtex/cli-deps
Browse files Browse the repository at this point in the history
fix(deps): Add missing express and open dependencies for the cli
  • Loading branch information
jourdain authored May 30, 2017
2 parents c4d011c + c82c312 commit 14e1370
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
"homepage": "https://github.com/kitware/itk-vtk-image-viewer#readme",
"main": "./dist/itkVtkImageViewer.js",
"dependencies": {
"blueimp-md5": "2.3.0",
"commander": "2.9.0",
"shelljs": "0.7.4",
"express": "^4.15.3",
"gh-pages": "0.10.0",
"blueimp-md5": "2.3.0",
"gl-matrix": "2.3.1",
"open": "0.0.5",
"seedrandom": "2.4.2",
"gl-matrix": "2.3.1"
"shelljs": "0.7.4"
},
"devDependencies": {
"babel-polyfill": "6.13.0",
Expand Down

0 comments on commit 14e1370

Please sign in to comment.