From 8a6df9ff69c66dbf175052dcfaddec7a96889cc7 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Tue, 12 Nov 2024 23:11:10 +0100 Subject: [PATCH] chore: remove `typesVersions` from package definitions --- packages/core/package.json | 9 --------- packages/unlazy/package.json | 9 --------- packages/vue/package.json | 9 --------- 3 files changed, 27 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 45e299d..c3ab828 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -66,15 +66,6 @@ }, "main": "./dist/index.cjs", "types": "./dist/index.d.ts", - "typesVersions": { - "*": { - "*": [ - "*", - "dist/*", - "dist/*.d.ts" - ] - } - }, "files": [ "dist" ], diff --git a/packages/unlazy/package.json b/packages/unlazy/package.json index e348d8d..6b71f11 100644 --- a/packages/unlazy/package.json +++ b/packages/unlazy/package.json @@ -67,15 +67,6 @@ "unpkg": "./dist/unlazy.iife.js", "jsdelivr": "./dist/unlazy.iife.js", "types": "./dist/index.d.ts", - "typesVersions": { - "*": { - "*": [ - "*", - "dist/*", - "dist/*.d.ts" - ] - } - }, "files": [ "dist" ], diff --git a/packages/vue/package.json b/packages/vue/package.json index 62904d7..0311fb5 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -37,15 +37,6 @@ } }, "types": "./dist/index.d.ts", - "typesVersions": { - "*": { - "*": [ - "*", - "dist/*", - "dist/*.d.ts" - ] - } - }, "files": [ "dist" ],