From f29024aa3f18c1ea7b88c0490b03747f01fbb8f3 Mon Sep 17 00:00:00 2001 From: Arnaud Gissinger Date: Fri, 26 Mar 2021 10:58:21 +0100 Subject: [PATCH] [FIX] types path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff9e25c..ec64323 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Simple, lightweight, full-stack, template-based validation.", "main": "lib/vuito.cjs.js", "module": "lib/vuito.esm.js", - "types": "lib/types/index.d.ts", + "types": "lib/index.d.ts", "sideEffects": false, "files": [ "lib"