fix typings

This commit is contained in:
Philipp Kunz 2017-01-27 00:17:01 +01:00
parent bab5cea49f
commit 768cf06e0e

View File

@ -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)"
},