Skip to content

Commit

Permalink
Merge pull request #303 from loicgasser/update_libs
Browse files Browse the repository at this point in the history
Update commander and devDeps
  • Loading branch information
petrsloup authored Sep 14, 2018
2 parents 55fa8bf + 2cc2cc1 commit f993b01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"canvas": "1.6.8",
"clone": "2.1.1",
"color": "1.0.3",
"commander": "2.1.0",
"commander": "2.17.1",
"cors": "2.8.4",
"express": "4.16.2",
"glyph-pbf-composite": "0.0.2",
Expand All @@ -42,8 +42,8 @@
"tileserver-gl-styles": "1.2.0"
},
"devDependencies": {
"should": "^11.2.0",
"mocha": "^3.2.0",
"supertest": "^3.0.0"
"mocha": "^3.5.3",
"should": "^11.2.1",
"supertest": "^3.1.0"
}
}
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ var opts = require('commander')
.option(
'-p, --port <port>',
'Port [8080]',
parseInt,
8080
8080,
parseInt
)
.option(
'-C|--no-cors',
Expand Down

0 comments on commit f993b01

Please sign in to comment.