From 6e8058b6a0c2aef6110e0d0173f9e21ce1e047ae Mon Sep 17 00:00:00 2001 From: bmyun Date: Mon, 14 Feb 2022 21:33:01 +0900 Subject: [PATCH] add types in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 68118688..cbf64566 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "license": "Apache-2.0", "author": "Gal Kahana ", "main": "./hummus.js", + "types": "./hummus.d.ts", "scripts": { "install": "node-pre-gyp install --fallback-to-build $EXTRA_NODE_PRE_GYP_FLAGS", "test": "mocha -R tap ./tests/*.js --timeout 15000"