From 31a224a9fd10e284ebc48e5a34e77672b64276a7 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 22 Jan 2023 01:06:42 +0100 Subject: [PATCH] Fix packaging issues --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f272ad..c171226 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.1.0", "description": "A library to interface with Mangrove.reviews", "main": "dist/index.js", - "type": "module", + "types": "dist/index.d.ts", "scripts": { "build": "tsc -project ." },