From 9837eceeed7816f25126af020c65008e95fe7ae3 Mon Sep 17 00:00:00 2001 From: Dan Cavanagh Date: Wed, 9 Dec 2020 21:08:10 -0500 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76552cf2..57bafb2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inversify", - "version": "5.0.4", + "version": "5.0.5", "description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.", "main": "lib/inversify.js", "jsnext:main": "es/inversify.js",