cleanup, prepare 2
This commit is contained in:
parent
eeb2bedd1e
commit
d9c4e9468a
3 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,3 +4,5 @@ Thumbs.db
|
|||
.nvm-version
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
/package-lock.json
|
||||
|
|
1
index.js
1
index.js
|
@ -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')
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue