From 86c178419c6e423c3e9140ccdf7fc7a51b2e9b55 Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:18:30 -0300 Subject: [PATCH] =?UTF-8?q?fix(deps):=20=F0=9F=90=9B=20commit=20missing=20?= =?UTF-8?q?package.json=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fixtures/library/package.json | 14 +++++++++++++ fixtures/svelte/package.json | 4 +++- package.json | 1 + packages/config/package.json | 37 +++++++++++++++++------------------ 4 files changed, 36 insertions(+), 20 deletions(-) create mode 100644 fixtures/library/package.json diff --git a/fixtures/library/package.json b/fixtures/library/package.json new file mode 100644 index 0000000..57168b6 --- /dev/null +++ b/fixtures/library/package.json @@ -0,0 +1,14 @@ +{ + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "pnpm cli" + }, + "dependencies": { + "@eslit/cli": "workspace:*" + }, + "keywords": [], + "author": "", + "license": "ISC" +} diff --git a/fixtures/svelte/package.json b/fixtures/svelte/package.json index 15c07a2..1b96188 100644 --- a/fixtures/svelte/package.json +++ b/fixtures/svelte/package.json @@ -7,9 +7,11 @@ "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", - "test:lint": "eslint ." + "test:lint": "eslint .", + "test:cli": "pnpm cli" }, "devDependencies": { + "@eslit/cli": "workspace:*", "@fontsource/fira-mono": "^4.5.10", "@neoconfetti/svelte": "^1.0.0", "@sveltejs/adapter-auto": "^2.0.0", diff --git a/package.json b/package.json index bbd5ed8..5970f08 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@eslit/config": "workspace:*" }, "devDependencies": { + "@eslit/cli": "workspace:*", "@changesets/cli": "^2.26.2", "@commitlint/config-conventional": "^17.6.6", "@commitlint/types": "^17.4.4", diff --git a/packages/config/package.json b/packages/config/package.json index 9684538..a7bee8e 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -5,11 +5,11 @@ "main": "index.js", "module": "./src/index.js", "source": "./src/index.js", - "files": [ - "src", - "index.d.ts" - ], - "homepage": "https://github.com/LoredDev/ESLit", + "files": [ + "src", + "index.d.ts" + ], + "homepage": "https://github.com/LoredDev/ESLit", "exports": { "default": "./src/index.js", "import": "./src/index.js", @@ -21,16 +21,16 @@ "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint ." }, - "repository": { - "directory": "packages/config", - "type": "git", - "url": "https://github.com/LoredDev/ESLit" - }, + "repository": { + "directory": "packages/config", + "type": "git", + "url": "https://github.com/LoredDev/ESLit" + }, "author": { - "email": "contact.guz013@gmail.com", - "name": "Gustavo \"Guz\" L. de Mello", - "url": "https://guz.one" - }, + "email": "contact.guz013@gmail.com", + "name": "Gustavo \"Guz\" L. de Mello", + "url": "https://guz.one" + }, "license": "MIT", "devDependencies": { "@types/eslint__js": "^8.42.0", @@ -44,14 +44,13 @@ "@typescript-eslint/eslint-plugin": "^6.1.0", "@typescript-eslint/parser": "^6.1.0", "eslint-plugin-jsdoc": "^46.4.4", - "globals": "^13.20.0", - "yaml": "^2.3.1" + "globals": "^13.20.0" }, "peerDependencies": { "eslint": "^8.45.0", "typescript": "^5.1.6" }, - "publishConfig": { - "access": "public" - } + "publishConfig": { + "access": "public" + } }