Fix typo in package.json, bump version again.

This commit is contained in:
Daniel Patterson 2019-02-10 02:41:33 -08:00
parent c49fd202d0
commit cd69986976
No known key found for this signature in database
GPG Key ID: 19C12BE1725A028B

View File

@ -1,6 +1,6 @@
{
"name": "osrm",
"version": "5.21.0-customsnapping.10",
"version": "5.21.0-customsnapping.11",
"private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": {
@ -18,7 +18,7 @@
},
"scripts": {
"lint": "node ./node_modules/eslint/bin/eslint.js -c ./.eslintrc features/step_definitions/ features/support/",
"test": "npm run lint && node ./node_modules/cucumber/bin/cucumber.js features/ -p verify && node ./node_modules/cucumber/bin/cucumber.js features/ -p verify -m mmap",,
"test": "npm run lint && node ./node_modules/cucumber/bin/cucumber.js features/ -p verify && node ./node_modules/cucumber/bin/cucumber.js features/ -p verify -m mmap",
"clean": "rm -rf test/cache",
"docs": "./scripts/build_api_docs.sh",
"install": "node-pre-gyp install --fallback-to-build=false || ./scripts/node_install.sh",