From 7e5fa3df4d1b5af35aa947551a72e71022e1108b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20Nyg=C3=A5rd?= Date: Mon, 3 Jun 2019 20:55:40 +0300 Subject: [PATCH] fix package.json (#74) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d16153..10da766 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "jsvat", "version": "2.0.0", "description": "Check the validity of the format of an EU VAT number", - "main": "./dist/jsvat.js", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "scripts": { "build": "rimraf dist && tsc -p tsconfig.json", "test": "jest",