From 4ea20b9fa5323fc11e365d1fa5474754aecc66f8 Mon Sep 17 00:00:00 2001 From: ntnyq Date: Wed, 6 Jan 2021 16:58:23 +0800 Subject: [PATCH] fix types in package.json As it says in https://github.com/motdotla/dotenv/pull/476 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b4de49..9d18c1d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Pure-JS ADLER-32", "keywords": [ "adler32", "checksum" ], "main": "./adler32", - "types": "types", + "types": "types/index.d.ts", "dependencies": { "printj": "~1.1.0", "exit-on-epipe": "~1.0.1"