Merge pull request #303 from loicgasser/update_libs

Update commander and devDeps
This commit is contained in:
Petr Sloup 2018-09-14 08:00:03 +02:00 committed by GitHub
commit f993b01387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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"
}
}

View file

@ -35,8 +35,8 @@ var opts = require('commander')
.option(
'-p, --port <port>',
'Port [8080]',
parseInt,
8080
8080,
parseInt
)
.option(
'-C|--no-cors',