From a823525183508e878ea66a6aa617ed8ca34e8394 Mon Sep 17 00:00:00 2001 From: remojansen Date: Mon, 12 Sep 2016 09:00:44 +0100 Subject: [PATCH] Fixes inversify/InversifyJS/issues/368 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f3fb3ce..de1363a 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "inversify-restify-utils", - "version": "2.0.0", + "version": "2.0.1", "description": "Some utilities for the development of restify applications with Inversify", "main": "lib/index.js", "jsnext:main": "es/index.js", - "typings": "./dts/inversify.d.ts", + "typings": "./dts/index.d.ts", "scripts": { "test": "gulp", "publish-please": "publish-please",