From 54a32844bd53295d1524e40dfa9b1de3b8e1c692 Mon Sep 17 00:00:00 2001 From: Yann Renaudin Date: Mon, 3 Feb 2020 23:36:51 -0500 Subject: [PATCH] fix: types path typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f69ded..1a18491 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "", "main": "./dist/typescript-generic-datastructures.js", - "types": "./dist/types/index.ts", + "types": "./dist/types/index.d.ts", "files": [ "dist" ],