From 338cb017f2df428cd9f77f5211b9e5bb5bc1a161 Mon Sep 17 00:00:00 2001 From: Jack Hadrill Date: Mon, 31 Jan 2022 01:03:18 +0000 Subject: [PATCH] Update main and types --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ca67c34..797a9ed 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "romulus-js", "version": "1.0.0", "description": "An implementation of the Romulus-M cryptography specification.", - "main": "index.js", - "types": "index", + "main": "dist/index.js", + "types": "dist/index.d.ts", "scripts": { "lint": "ts-standard", "test": "jest",