From d9c4e9468ab36dea250b25c0628ac0af04aac447 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 25 Oct 2018 21:42:36 +0200 Subject: [PATCH] cleanup, prepare 2 --- .gitignore | 2 ++ index.js | 1 - package.json | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d6fb75e..e32ede0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ Thumbs.db .nvm-version node_modules npm-debug.log + +/package-lock.json diff --git a/index.js b/index.js index a7cf163..a341354 100644 --- a/index.js +++ b/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') diff --git a/package.json b/package.json index ceffafd..2454d9e 100644 --- a/package.json +++ b/package.json @@ -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": {