Skip to content

Commit 56d738c

Browse files
committed
Version bump
1 parent 41b1314 commit 56d738c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gtfs",
33
"description": "Import GTFS transit data into mongodb and expose routes, stops, times and more",
4-
"version": "0.5.1",
4+
"version": "0.6.0",
55
"keywords": [
66
"transit",
77
"gtfs",
@@ -59,7 +59,7 @@
5959
},
6060
"scripts": {
6161
"import": "node lib/import.js",
62-
"test": "NODE_ENV=test mocha ./test/mocha/**/*.js --reporter spec --timeout 5000",
62+
"test": "NODE_ENV=test mocha ./test/mocha/**/*.js --timeout 5000",
6363
"lint": "eslint ."
6464
},
6565
"license": "MIT"

0 commit comments

Comments
 (0)