From 2562002e567ba3185b35e15f8cd6056bd29799d1 Mon Sep 17 00:00:00 2001 From: noticeeverything Date: Mon, 30 Aug 2021 15:03:15 +0000 Subject: [PATCH] fix(build): NONE-000 simplify tsconfig, remove files array from package [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45651f7..4efabd6 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "tsc": "tsc -p tsconfig.build.json" }, "types": "index.d.ts", - "version": "2.1.3", + "version": "2.1.4", "volta": { "node": "14.17.1", "yarn": "1.22.10"