cleanup, prepare 2

This commit is contained in:
Jannis R 2018-10-25 21:42:36 +02:00
parent eeb2bedd1e
commit d9c4e9468a
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -4,3 +4,5 @@ Thumbs.db
.nvm-version
node_modules
npm-debug.log
/package-lock.json

View file

@ -2,7 +2,6 @@
const hafas = require('db-hafas')
const createApi = require('hafas-rest-api')
const hsts = require('hsts')
const pkg = require('./package.json')
const stations = require('./lib/stations')

View file

@ -2,7 +2,7 @@
"private": true,
"name": "db-rest",
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
"version": "0.1.0",
"version": "2.0.0",
"main": "index.js",
"files": [
"index.js",
@ -32,7 +32,6 @@
"db-stations": "^2.4.0",
"db-stations-autocomplete": "^2.1.0",
"hafas-rest-api": "^0.5.0",
"hsts": "^2.1.0",
"ndjson": "^1.5.0"
},
"scripts": {