Skip to content

Commit

Permalink
minor stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jul 30, 2016
1 parent e3fb7a4 commit 51f817a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JavaScript client for the DB HAFAS API.",
"version": "0.1.0",
"main": "index.js",
"files": ["index.js", "lib/*"],
"files": ["index.js", "lib/*", "docs/*"],
"author": "Jannis R <[email protected]>",
"homepage": "https://github.com/derhuerst/db-hafas",
"repository": "derhuerst/db-hafas",
Expand All @@ -13,7 +13,7 @@
"db", "german", "railway", "public transport",
"api", "open data", "hafas", "http"
],
"engines" : {"node": ">=4"},
"engines" : {"node": ">=6"},
"dependencies": {
"hafas-client": "^0.5"
},
Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ The output will have the following structure:
```


## Similar Projects

- [Fahrplan.js](https://github.com/pbock/fahrplan) – "A JavaScript client for Deutsche Bahn's timetable API"
- [db-stations](https://github.com/derhuerst/db-stations) – An offline list of all DB stations.


## Contributing

If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/db-hafas/issues).

0 comments on commit 51f817a

Please sign in to comment.