From 8f10ca277b04c612676feb0e6ee03d6eb458e1a9 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 28 Mar 2021 22:38:41 +0200 Subject: [PATCH] Correct metadata --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 887e48c..2793199 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "watch": "npm run build -- --watch", "prepare": "npm run build" }, - "types": "./@types", + "types": "./@types/index.d.ts", "dependencies": { "abortable-gen-promises": "^0.1.0", "async-spawner": "git+https://git.kuba-orlik.name/kuba/async-spawner.git#a3d1a2bc27a3",