From 66880da5247700419da8057d8edadef73124dc6c Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Thu, 4 Jul 2024 04:26:14 +0900 Subject: [PATCH 1/3] Organize `package.json` content --- package.json | 57 +++++++++++++++++++-------------------- packages/std/package.json | 17 ++++++------ 2 files changed, 36 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index eb1da5d401..2491bd301c 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,31 @@ { "name": "rescript", "version": "12.0.0-alpha.1", - "devDependencies": { - "@biomejs/biome": "1.8.3", - "mocha": "10.1.0", - "nyc": "15.0.0" + "description": "ReScript toolchain", + "keywords": [ + "ReScript", + "Compiler", + "Types", + "JavaScript", + "Language" + ], + "homepage": "http://rescript-lang.org", + "bugs": "https://github.com/rescript-lang/rescript-compiler/issues", + "repository": { + "type": "git", + "url": "git+https://github.com/rescript-lang/rescript-compiler.git" + }, + "license": "SEE LICENSE IN LICENSE", + "author": { + "name": "Hongbo Zhang", + "email": "bobzhang1988@gmail.com" }, + "maintainers": [ + { + "name": "Cristiano Calcagno", + "url": "https://github.com/cristianoc" + } + ], "engines": { "node": ">=18" }, @@ -26,7 +46,6 @@ "checkFormat:all": "biome format .", "coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html" }, - "description": "ReScript toolchain", "files": [ "CHANGELOG.md", "CREDITS.md", @@ -50,30 +69,10 @@ "imports": { "#cli/bin_path": "./cli/bin_path.js" }, - "repository": { - "type": "git", - "url": "git+https://github.com/rescript-lang/rescript-compiler.git" - }, - "keywords": [ - "ReScript", - "Compiler", - "Types", - "JavaScript", - "Language" - ], - "author": { - "name": "Hongbo Zhang" - }, - "maintainers": [ - { - "name": "hongbo_zhang", - "email": "bobzhang1988@gmail.com" - } - ], - "license": "SEE LICENSE IN LICENSE", - "bugs": { - "url": "https://github.com/rescript-lang/rescript-compiler/issues" + "devDependencies": { + "@biomejs/biome": "1.8.3", + "mocha": "10.1.0", + "nyc": "15.0.0" }, - "homepage": "http://rescript-lang.org", "packageManager": "npm@10.8.1+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077" } diff --git a/packages/std/package.json b/packages/std/package.json index 5da0f8e16e..db9bbb2e96 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -6,21 +6,20 @@ "stdlib", "functional programming" ], + "homepage": "http://rescript-lang.org", + "bugs": "https://github.com/rescript-compiler/issues", + "license": "SEE LICENSE IN LICENSE", "author": { - "name": "Hongbo Zhang" + "name": "Hongbo Zhang", + "email": "bobzhang1988@gmail.com" }, "maintainers": [ { - "name": "hongbo_zhang", - "email": "bobzhang1988@gmail.com" + "name": "Cristiano Calcagno", + "url": "https://github.com/cristianoc" } ], "files": [ "lib" - ], - "license": "SEE LICENSE IN LICENSE", - "bugs": { - "url": "https://github.com/rescript-compiler/issues" - }, - "homepage": "http://rescript-lang.org" + ] } From 7640c8c984f18b115da0b4791e853a35ab0efdd1 Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Wed, 10 Jul 2024 05:09:55 +0900 Subject: [PATCH 2/3] update manfiest --- package.json | 15 ++++++++++----- packages/std/package.json | 15 ++++++++++----- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 2491bd301c..fe4b54a82f 100644 --- a/package.json +++ b/package.json @@ -9,22 +9,27 @@ "JavaScript", "Language" ], + "license": "SEE LICENSE IN LICENSE", "homepage": "http://rescript-lang.org", "bugs": "https://github.com/rescript-lang/rescript-compiler/issues", "repository": { "type": "git", "url": "git+https://github.com/rescript-lang/rescript-compiler.git" }, - "license": "SEE LICENSE IN LICENSE", "author": { "name": "Hongbo Zhang", "email": "bobzhang1988@gmail.com" }, "maintainers": [ - { - "name": "Cristiano Calcagno", - "url": "https://github.com/cristianoc" - } + "Christoph Knittel (https://github.com/cknitt)", + "Cristiano Calcagno (https://github.com/cristianoc)", + "Florian Hammerschmidt (https://github.com/fhammerschmidt)", + "Gabriel Nordeborn (https://github.com/zth)", + "Jaap Frolich (https://github.com/jfrolich)", + "Matthias Le Brun (https://github.com/bloodyowl)", + "Patrick Ecker (https://github.com/ryyppy)", + "Paul Tsnobiladzé (https://github.com/tsnobip)", + "Woonki Moon (https://github.com/mununki)" ], "engines": { "node": ">=18" diff --git a/packages/std/package.json b/packages/std/package.json index db9bbb2e96..3cbfd855e8 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -6,18 +6,23 @@ "stdlib", "functional programming" ], + "license": "SEE LICENSE IN LICENSE", "homepage": "http://rescript-lang.org", "bugs": "https://github.com/rescript-compiler/issues", - "license": "SEE LICENSE IN LICENSE", "author": { "name": "Hongbo Zhang", "email": "bobzhang1988@gmail.com" }, "maintainers": [ - { - "name": "Cristiano Calcagno", - "url": "https://github.com/cristianoc" - } + "Christoph Knittel (https://github.com/cknitt)", + "Cristiano Calcagno (https://github.com/cristianoc)", + "Florian Hammerschmidt (https://github.com/fhammerschmidt)", + "Gabriel Nordeborn (https://github.com/zth)", + "Jaap Frolich (https://github.com/jfrolich)", + "Matthias Le Brun (https://github.com/bloodyowl)", + "Patrick Ecker (https://github.com/ryyppy)", + "Paul Tsnobiladzé (https://github.com/tsnobip)", + "Woonki Moon (https://github.com/mununki)" ], "files": [ "lib" From 0b6742dbd6f2970d7f23c02cdba462b544e17634 Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Sun, 21 Jul 2024 18:48:09 +0900 Subject: [PATCH 3/3] add myself --- package.json | 1 + packages/std/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index fe4b54a82f..5cd115b533 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "Cristiano Calcagno (https://github.com/cristianoc)", "Florian Hammerschmidt (https://github.com/fhammerschmidt)", "Gabriel Nordeborn (https://github.com/zth)", + "Hyeseong Kim (https://github.com/cometkim)", "Jaap Frolich (https://github.com/jfrolich)", "Matthias Le Brun (https://github.com/bloodyowl)", "Patrick Ecker (https://github.com/ryyppy)", diff --git a/packages/std/package.json b/packages/std/package.json index 3cbfd855e8..a756d18574 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -18,6 +18,7 @@ "Cristiano Calcagno (https://github.com/cristianoc)", "Florian Hammerschmidt (https://github.com/fhammerschmidt)", "Gabriel Nordeborn (https://github.com/zth)", + "Hyeseong Kim (https://github.com/cometkim)", "Jaap Frolich (https://github.com/jfrolich)", "Matthias Le Brun (https://github.com/bloodyowl)", "Patrick Ecker (https://github.com/ryyppy)",