diff --git a/package.json b/package.json index 6811868..cbf6456 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"