From 1033f134128d4423b9aed790cb2003fadcf160e9 Mon Sep 17 00:00:00 2001 From: Dan Cavanagh Date: Mon, 6 Jul 2020 17:32:20 -0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f838d873c..68c7a0905 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inversify", - "version": "5.0.1", + "version": "5.0.2", "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",