From 6929ecb6ecf9fe149887682ccf991478e3789ca6 Mon Sep 17 00:00:00 2001 From: Tim Raderschad Date: Tue, 18 Feb 2025 08:14:38 +0100 Subject: [PATCH] fix: standardize "files" field formatting in package.json across multiple packages --- packages/angular/package.json | 4 +--- packages/cli/package.json | 4 +--- packages/core/package.json | 4 +--- packages/devtools/package.json | 4 +--- packages/next/package.json | 4 +--- packages/node/package.json | 4 +--- packages/react/package.json | 4 +--- packages/remix/package.json | 4 +--- packages/svelte/package.json | 4 +--- 9 files changed, 9 insertions(+), 27 deletions(-) diff --git a/packages/angular/package.json b/packages/angular/package.json index 6f6630be..89513629 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -16,9 +16,7 @@ "@tryabby/core": "workspace:*", "tslib": "^2.3.0" }, - "files": [ - "dist" - ], + "files": ["dist"], "main": "./dist/esm2020/tryabby-angular.mjs", "module": "./dist/esm2020/tryabby-angular.mjs", "types": "./dist/index.d.ts", diff --git a/packages/cli/package.json b/packages/cli/package.json index eb2c8b18..851f194a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -6,9 +6,7 @@ "bin": { "abby": "./dist/index.js" }, - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "dev": "pnpm run build --watch", "start": "pnpm run build && ./dist/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 950e472f..4c3171c2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,9 +3,7 @@ "version": "7.0.0", "description": "", "main": "dist/index.js", - "files": [ - "dist" - ], + "files": ["dist"], "exports": { ".": { "require": "./dist/index.js", diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 616a31b9..fc34f32d 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -2,9 +2,7 @@ "name": "@tryabby/devtools", "version": "8.0.0", "type": "module", - "files": [ - "dist" - ], + "files": ["dist"], "main": "dist/index.umd.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/next/package.json b/packages/next/package.json index 3a6ba89d..14f77a9b 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -3,9 +3,7 @@ "version": "7.0.0", "description": "", "main": "dist/index.js", - "files": [ - "dist" - ], + "files": ["dist"], "module": "dist/index.mjs", "types": "dist/index.d.ts", ".": { diff --git a/packages/node/package.json b/packages/node/package.json index d67bae06..8cd02055 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -3,9 +3,7 @@ "version": "7.0.0", "description": "", "main": "dist/index.js", - "files": [ - "dist" - ], + "files": ["dist"], "exports": { ".": { "require": "./dist/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index 40e20d1b..980455f7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -3,9 +3,7 @@ "version": "7.0.0", "description": "", "main": "dist/index.js", - "files": [ - "dist" - ], + "files": ["dist"], "module": "dist/index.mjs", "types": "dist/index.d.ts", ".": { diff --git a/packages/remix/package.json b/packages/remix/package.json index cee52fa8..4bad08fc 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -3,9 +3,7 @@ "version": "3.0.0", "description": "", "main": "dist/index.js", - "files": [ - "dist" - ], + "files": ["dist"], "module": "dist/index.mjs", "types": "dist/index.d.ts", ".": { diff --git a/packages/svelte/package.json b/packages/svelte/package.json index c15e71b4..53c38c8b 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -4,9 +4,7 @@ "main": "dist/index.umd.cjs", "homepage": "https://docs.tryabby.dev", "type": "module", - "files": [ - "dist" - ], + "files": ["dist"], "module": "dist/index.js", "types": "dist/index.d.ts", "exports": {