From bf2e8fd5c65226512df8c0c14aa31da6cc91f735 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 4 Mar 2017 10:06:43 +0100 Subject: [PATCH] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8c9800..d10303f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.2", "description": "tap bundled for tapbuffer", "main": "dist/index.js", - "typings": "dsit/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },