From 7cff0eafc9b3be128b538c0b8de9f761dea42142 Mon Sep 17 00:00:00 2001 From: exuanbo Date: Wed, 29 Nov 2023 18:40:48 +0000 Subject: [PATCH] chore(ncurc): rm `"target": "newest"` --- .ncurc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ncurc.json b/.ncurc.json index ab19aa10..a7c1a5e5 100644 --- a/.ncurc.json +++ b/.ncurc.json @@ -1,4 +1,3 @@ { - "reject": ["@types/jest", "jest", "jest-environment-jsdom", "ts-jest", "typescript"], - "target": "newest" + "reject": ["@types/jest", "jest", "jest-environment-jsdom", "ts-jest", "typescript"] }