From 4da5bbf3b99bd1ca7d1f36a3d3757187cce5ad5b Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 20 Nov 2024 13:47:38 +0200 Subject: [PATCH] --- benchmark/package.json | 42 +++++++++++++++++++++--------------------- package.json | 38 +++++++++++++++++++------------------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/benchmark/package.json b/benchmark/package.json index 26ab9177ed29..2daa405c1a9b 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -1,37 +1,37 @@ { - "author": { - "email": "Source/Open@Editor.Land", - "name": "πŸ–‹οΈβ€Sourceβ€β€”β€πŸ‘πŸ»β€Open —", - "url": "HTTPS://Editor.Land" - }, - "bugs": { - "url": "HTTPS://GitHub.Com/CodeEditorLand/Biome/issues" - }, + "name": "@biomejs/benchmark", + "version": "0.0.1", + "private": false, "description": "", - "devDependencies": { - "@playform/build": "0.1.9", - "dprint": "0.47.5" - }, - "homepage": "HTTPS://GitHub.Com/CodeEditorLand/Biome#readme", "keywords": [ "codeeditorland", "land", "playform" ], - "license": "SEE LICENSE IN LICENSE", - "main": "run.js", - "name": "@biomejs/benchmark", - "private": false, - "publishConfig": { - "access": "public" + "homepage": "HTTPS://GitHub.Com/CodeEditorLand/Biome#readme", + "bugs": { + "url": "HTTPS://GitHub.Com/CodeEditorLand/Biome/issues" }, "repository": { "type": "git", "url": "git+HTTPS://github.com/CodeEditorLand/Biome.git" }, + "license": "SEE LICENSE IN LICENSE", + "author": { + "name": "πŸ–‹οΈβ€Sourceβ€β€”β€πŸ‘πŸ»β€Open —", + "email": "Source/Open@Editor.Land", + "url": "HTTPS://Editor.Land" + }, + "type": "module", + "main": "run.js", "scripts": { "prepublishOnly": "Build 'Source/**/*.ts'" }, - "type": "module", - "version": "0.0.1" + "devDependencies": { + "@playform/build": "0.1.9", + "dprint": "0.47.5" + }, + "publishConfig": { + "access": "public" + } } diff --git a/package.json b/package.json index 8f987bb69231..42c730f99e0a 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,35 @@ { - "author": { - "email": "Source/Open@Editor.Land", - "name": "πŸ–‹οΈβ€Sourceβ€β€”β€πŸ‘πŸ»β€Open —", - "url": "HTTPS://Editor.Land" - }, - "bugs": { - "url": "HTTPS://GitHub.Com/CodeEditorLand/Biome/issues" - }, - "devDependencies": { - "@playform/build": "0.1.9" - }, - "homepage": "HTTPS://GitHub.Com/CodeEditorLand/Biome#readme", + "name": "@biomejs/monorepo", + "version": "0.0.1", + "private": false, "keywords": [ "codeeditorland", "land", "playform" ], - "license": "SEE LICENSE IN LICENSE", - "name": "@biomejs/monorepo", - "private": false, - "publishConfig": { - "access": "public" + "homepage": "HTTPS://GitHub.Com/CodeEditorLand/Biome#readme", + "bugs": { + "url": "HTTPS://GitHub.Com/CodeEditorLand/Biome/issues" }, "repository": { "type": "git", "url": "git+HTTPS://github.com/CodeEditorLand/Biome.git" }, + "license": "SEE LICENSE IN LICENSE", + "author": { + "name": "πŸ–‹οΈβ€Sourceβ€β€”β€πŸ‘πŸ»β€Open —", + "email": "Source/Open@Editor.Land", + "url": "HTTPS://Editor.Land" + }, + "type": "module", "scripts": { "ci": "cargo biome-cli-dev ci", "prepublishOnly": "Build 'Source/**/*.ts'" }, - "type": "module", - "version": "0.0.1" + "devDependencies": { + "@playform/build": "0.1.9" + }, + "publishConfig": { + "access": "public" + } }