update cucumber to 1.2.1 and remove hack

This commit is contained in:
Moritz Kobitzsch
2016-07-07 15:31:20 +02:00
committed by Patrick Niklaus
parent e76e39a398
commit 2ddc00c21e
8 changed files with 192 additions and 216 deletions
+4 -4
View File
@@ -4,13 +4,13 @@
"private": true,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++11 designed to run on OpenStreetMap data.",
"dependencies": {
"cucumber": "^0.9.4",
"chalk": "^1.1.3",
"cucumber": "^1.2.1",
"d3-queue": "^2.0.3",
"node-timeout": "0.0.4",
"polyline": "^0.2.0",
"request": "^2.69.0",
"xmlbuilder": "^4.2.1",
"chalk": "^1.1.3",
"polyline": "^0.2.0"
"xmlbuilder": "^4.2.1"
},
"bin": {
"cucumber": "./node_modules/cucumber/bin/cucumber.js"