From 39ebfbf0b633ecc479a33fdf851cd6550616bfee Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Thu, 25 Feb 2021 20:39:16 +0100 Subject: [PATCH] =?UTF-8?q?Pinned=20package=20version=20to=20avoid=20depen?= =?UTF-8?q?dency=20conflicts=20=F0=9F=93=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit yeet --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f45c8e5..b2c115d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "nodemailer": "^6.4.17", "pg": "^8.5.1", "reflect-metadata": "^0.1.13", - "routing-controllers": "^0.9.0-alpha.6", + "routing-controllers": "0.9.0-alpha.6", "routing-controllers-openapi": "^2.2.0", "sqlite3": "5.0.0", "typeorm": "^0.2.30", @@ -104,4 +104,4 @@ "docs/*" ] } -} +} \ No newline at end of file