Skip to content

Commit 138566e

Browse files
committed
Update esy.json
1 parent 4bba928 commit 138566e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

esy.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "bucklescript",
3-
"version": "5.1.0",
2+
"name": "bs-platform",
3+
"version": "5.2.0-dev.2",
44
"dependencies": {
55
"ocaml": "4.02.3000+BS"
66
},
@@ -48,29 +48,29 @@
4848
"scope": "global"
4949
},
5050
"PATH": {
51-
"val": "#{reason-rocket.lib : $PATH}",
51+
"val": "#{bucklescript.lib : $PATH}",
5252
"scope": "global"
5353
}
5454
}
5555
},
5656
"description": "bucklescript compiler for use in esy, ocaml standard libary by bucklescript and its required runtime support",
5757
"repository": {
5858
"type": "git",
59-
"url": "git+https://github.com/reuniverse/reason-rocket.git"
59+
"url": "git+https://github.com/bucklescript/bucklescript.git"
6060
},
6161
"keywords": ["ocaml", "bucklescript", "stdlib", "functional programming"],
6262
"author": {
6363
"name": "Hongbo Zhang"
6464
},
6565
"maintainers": [
6666
{
67-
"name": "reuniverse",
68-
"email": "ulrik.strid@outlook.com"
67+
"name": "hongbo_zhang",
68+
"email": "bobzhang1988@gmail.com"
6969
}
7070
],
7171
"license": "SEE LICENSE IN LICENSE",
7272
"bugs": {
73-
"url": "https://github.com/reuniverse/reason-rocket/issues"
73+
"url": "https://github.com/bucklescript/bucklescript/issues"
7474
},
75-
"homepage": "https://github.com/reuniverse/reason-rocket#readme"
75+
"homepage": "https://github.com/bucklescript/bucklescript#readme"
7676
}

0 commit comments

Comments
 (0)