From 96230015f24a9cee3f10e9d709550737aa626c29 Mon Sep 17 00:00:00 2001 From: "Remo H. Jansen" Date: Tue, 21 Mar 2017 22:00:48 +0000 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aa3b8ad7..2f5643a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inversify-express-utils", - "version": "3.2.0", + "version": "3.3.0", "description": "Some utilities for the development of express applications with Inversify", "main": "lib/index.js", "jsnext:main": "es/index.js", @@ -36,7 +36,7 @@ "gulp-mocha": "^4.0.1", "gulp-tslint": "^7.0.1", "gulp-typescript": "^3.1.3", - "inversify": "^3.0.0", + "inversify": "^3.2.0", "mocha": "^3.2.0", "publish-please": "^2.2.0", "reflect-metadata": "^0.1.8",