mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
update deps, 0.7.0
This commit is contained in:
parent
563c90c59c
commit
d505ee744e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hafas-client",
|
||||
"description": "JavaScript client for HAFAS mobile APIs.",
|
||||
"version": "0.6.2",
|
||||
"version": "0.7.0",
|
||||
"main": "index.js",
|
||||
"files": ["index.js", "parse.js", "stringify.js"],
|
||||
"author": "Jannis R <mail@jannisr.de>",
|
||||
|
@ -12,8 +12,8 @@
|
|||
"keywords": ["hafas", "public", "transport", "api", "mgate"],
|
||||
"engines" : {"node": ">=6"},
|
||||
"dependencies": {
|
||||
"got": "^6.3",
|
||||
"moment-timezone": "^0.5.4"
|
||||
"got": "^6.7.1",
|
||||
"moment-timezone": "^0.5.13"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node -e \"require('.')\"",
|
||||
|
|
Loading…
Add table
Reference in a new issue