From b4858a84d95682e0690dd3308ed3eeea26dea447 Mon Sep 17 00:00:00 2001 From: Jack Hadrill Date: Mon, 31 Jan 2022 00:35:30 +0000 Subject: [PATCH] Add typings location --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 64f0a60..c6280b1 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "An implementation of the Romulus-M cryptography specification.", "main": "index.js", + "typings": "./dist/index.d.ts", "scripts": { "lint": "ts-standard", "test": "jest",