From 768cf06e0e19b389925d64892c54c9d18f8dfa5d Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 27 Jan 2017 00:17:01 +0100 Subject: [PATCH] fix typings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79d56cf..3bf758b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "description": "smart dns methods written in TypeScript", "main": "dist/index.js", - "typings": "../dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },