Skip to content

Commit de52abf

Browse files
committed
Update package.json
1 parent cff47b5 commit de52abf

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed
Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
{
22
"name": "@rescript/react",
3-
"private": true
3+
"private": true,
4+
"version": "12.0.2",
5+
"homepage": "https://rescript-lang.org",
6+
"bugs": "https://github.com/rescript-lang/rescript/issues",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/rescript-lang/rescript.git"
10+
},
11+
"author": {
12+
"name": "Hongbo Zhang",
13+
"email": "bobzhang1988@gmail.com"
14+
},
15+
"maintainers": [
16+
"Christoph Knittel (https://github.com/cknitt)",
17+
"Cristiano Calcagno (https://github.com/cristianoc)",
18+
"Dmitry Zakharov (https://github.com/DZakh)",
19+
"Florian Hammerschmidt (https://github.com/fhammerschmidt)",
20+
"Gabriel Nordeborn (https://github.com/zth)",
21+
"Hyeseong Kim (https://github.com/cometkim)",
22+
"Jaap Frolich (https://github.com/jfrolich)",
23+
"Matthias Le Brun (https://github.com/bloodyowl)",
24+
"Patrick Ecker (https://github.com/ryyppy)",
25+
"Paul Tsnobiladzé (https://github.com/tsnobip)",
26+
"Woonki Moon (https://github.com/mununki)"
27+
],
28+
"preferUnplugged": true
429
}

0 commit comments

Comments
 (0)