Skip to content

Commit 7640c8c

Browse files
committed
update manfiest
1 parent 66880da commit 7640c8c

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,27 @@
99
"JavaScript",
1010
"Language"
1111
],
12+
"license": "SEE LICENSE IN LICENSE",
1213
"homepage": "http://rescript-lang.org",
1314
"bugs": "https://github.com/rescript-lang/rescript-compiler/issues",
1415
"repository": {
1516
"type": "git",
1617
"url": "git+https://github.com/rescript-lang/rescript-compiler.git"
1718
},
18-
"license": "SEE LICENSE IN LICENSE",
1919
"author": {
2020
"name": "Hongbo Zhang",
2121
"email": "bobzhang1988@gmail.com"
2222
},
2323
"maintainers": [
24-
{
25-
"name": "Cristiano Calcagno",
26-
"url": "https://github.com/cristianoc"
27-
}
24+
"Christoph Knittel (https://github.com/cknitt)",
25+
"Cristiano Calcagno (https://github.com/cristianoc)",
26+
"Florian Hammerschmidt (https://github.com/fhammerschmidt)",
27+
"Gabriel Nordeborn (https://github.com/zth)",
28+
"Jaap Frolich (https://github.com/jfrolich)",
29+
"Matthias Le Brun (https://github.com/bloodyowl)",
30+
"Patrick Ecker (https://github.com/ryyppy)",
31+
"Paul Tsnobiladzé (https://github.com/tsnobip)",
32+
"Woonki Moon (https://github.com/mununki)"
2833
],
2934
"engines": {
3035
"node": ">=18"

packages/std/package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,23 @@
66
"stdlib",
77
"functional programming"
88
],
9+
"license": "SEE LICENSE IN LICENSE",
910
"homepage": "http://rescript-lang.org",
1011
"bugs": "https://github.com/rescript-compiler/issues",
11-
"license": "SEE LICENSE IN LICENSE",
1212
"author": {
1313
"name": "Hongbo Zhang",
1414
"email": "bobzhang1988@gmail.com"
1515
},
1616
"maintainers": [
17-
{
18-
"name": "Cristiano Calcagno",
19-
"url": "https://github.com/cristianoc"
20-
}
17+
"Christoph Knittel (https://github.com/cknitt)",
18+
"Cristiano Calcagno (https://github.com/cristianoc)",
19+
"Florian Hammerschmidt (https://github.com/fhammerschmidt)",
20+
"Gabriel Nordeborn (https://github.com/zth)",
21+
"Jaap Frolich (https://github.com/jfrolich)",
22+
"Matthias Le Brun (https://github.com/bloodyowl)",
23+
"Patrick Ecker (https://github.com/ryyppy)",
24+
"Paul Tsnobiladzé (https://github.com/tsnobip)",
25+
"Woonki Moon (https://github.com/mununki)"
2126
],
2227
"files": [
2328
"lib"

0 commit comments

Comments
 (0)