From c7d1061fd7fec2c21504c5d937766f72eb385130 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 7 Feb 2022 16:38:17 +0200 Subject: Fix cors, dockerize --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 56e87aa..44bafab 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,11 @@ "author": "", "license": "ISC", "dependencies": { - "slam-types": "git://github.com/jantuomi/slam-types.git#a401431", "@tinyhttp/app": "2.0.16", + "@tinyhttp/cors": "2.0.0", "@tinyhttp/logger": "1.3.0", "milliparsec": "2.2.1", + "slam-types": "git://github.com/jantuomi/slam-types.git#a401431", "tmp": "0.2.1", "tsm": "2.2.1" }, @@ -25,4 +26,4 @@ "eslint": "8.8.0", "nodemon": "2.0.15" } -} \ No newline at end of file +} -- cgit v1.3