Merge pull request #303 from loicgasser/update_libs
Update commander and devDeps
This commit is contained in:
commit
f993b01387
2 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,8 +35,8 @@ var opts = require('commander')
|
|||
.option(
|
||||
'-p, --port <port>',
|
||||
'Port [8080]',
|
||||
parseInt,
|
||||
8080
|
||||
8080,
|
||||
parseInt
|
||||
)
|
||||
.option(
|
||||
'-C|--no-cors',
|
||||
|
|
Loading…
Reference in a new issue