From 0f129262e9c874bff4d41c910f3dda5d5f8b7ba7 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 15 Jan 2017 17:04:16 +0100 Subject: [PATCH] fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index afab846..aa031e4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.6", "description": "smart dns methods written in TypeScript", "main": "dist/index.js", - "typings": "../dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" }, @@ -30,7 +30,7 @@ }, "devDependencies": { "@types/should": "^8.1.30", - "should": "^11.1.1", + "should": "^11.1.2", "typings-test": "^1.0.3" } }