Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Nov 2, 2016
1 parent 41b1314 commit 56d738c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gtfs",
"description": "Import GTFS transit data into mongodb and expose routes, stops, times and more",
"version": "0.5.1",
"version": "0.6.0",
"keywords": [
"transit",
"gtfs",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"scripts": {
"import": "node lib/import.js",
"test": "NODE_ENV=test mocha ./test/mocha/**/*.js --reporter spec --timeout 5000",
"test": "NODE_ENV=test mocha ./test/mocha/**/*.js --timeout 5000",
"lint": "eslint ."
},
"license": "MIT"
Expand Down

0 comments on commit 56d738c

Please sign in to comment.