Skip to content

Commit 8d4874a

Browse files
committed
yarn constraints --fix
1 parent 254f60e commit 8d4874a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

packages/@rescript/runtime/package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,29 @@
33
"version": "12.0.0-alpha.13",
44
"description": "ReScript runtime modules",
55
"type": "module",
6+
"homepage": "https://rescript-lang.org",
7+
"bugs": "https://github.com/rescript-lang/rescript/issues",
68
"repository": {
79
"type": "git",
810
"url": "git+https://github.com/rescript-lang/rescript.git"
911
},
12+
"author": {
13+
"name": "Hongbo Zhang",
14+
"email": "[email protected]"
15+
},
16+
"maintainers": [
17+
"Christoph Knittel (https://github.com/cknitt)",
18+
"Cristiano Calcagno (https://github.com/cristianoc)",
19+
"Dmitry Zakharov (https://github.com/DZakh)",
20+
"Florian Hammerschmidt (https://github.com/fhammerschmidt)",
21+
"Gabriel Nordeborn (https://github.com/zth)",
22+
"Hyeseong Kim (https://github.com/cometkim)",
23+
"Jaap Frolich (https://github.com/jfrolich)",
24+
"Matthias Le Brun (https://github.com/bloodyowl)",
25+
"Patrick Ecker (https://github.com/ryyppy)",
26+
"Paul Tsnobiladzé (https://github.com/tsnobip)",
27+
"Woonki Moon (https://github.com/mununki)"
28+
],
1029
"publishConfig": {
1130
"access": "public"
1231
},

0 commit comments

Comments
 (0)