From 08a7f0f66e0c313e6d6f1028282339948e023cb3 Mon Sep 17 00:00:00 2001 From: Rebecca Stevens Date: Mon, 16 Nov 2020 15:21:59 +1300 Subject: [PATCH] fix(temp): DROPME - TypeScript 4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b701bf4..802e336 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "build:types": "tsc -p tsconfig.typedef.json", "lint": "npm run lint:js", "lint:js": "eslint .", - "postbuild:types": "echo \"// Minimum TypeScript Version: 4.1\n\n$(cat types/index.d.ts)\" > types/index.d.ts", + "postbuild:types": "echo \"// Minimum TypeScript Version: 4.2\n\n$(cat types/index.d.ts)\" > types/index.d.ts", "presize": "npm run build:js", "size": "terser --compress --mangle -- ./dist/umd.js | gzip -c | wc -c", "test": "npm run test:js && npm run test:types && npm run test:jsmd",