Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit 1fc1f15

Browse files
committedMay 26, 2019
1.0.13
1 parent c4acf32 commit 1fc1f15

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed
 

‎package.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
22
"name": "ppx_bsx",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "OCaml JSX for ReasonReact",
55
"main": "ppx_bsx.ml",
66
"author": "CHEN Xian-an <xianan.chen@gmail.com>",
77
"license": "MIT",
8-
"keywords": ["reason", "reasonml", "bucklescript", "ocaml", "bsx", "jsx"],
8+
"keywords": [
9+
"reason",
10+
"reasonml",
11+
"bucklescript",
12+
"ocaml",
13+
"bsx",
14+
"jsx"
15+
],
916
"repository": {
1017
"type": "git",
1118
"url": "https://github.com/cxa/ppx_bsx.git"
@@ -17,6 +24,7 @@
1724
"postinstall": "sh postinstall.sh"
1825
},
1926
"peerDependencies": {
20-
"bs-platform": "^4.0.0"
21-
}
27+
"bs-platform": "^5.0.4"
28+
},
29+
"devDependencies": {}
2230
}

‎postinstall.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cd ../bs-platform
2-
sh scripts/buildocaml.sh
2+
node scripts/buildocaml.js
33
cd ../ppx_bsx
4-
../bs-platform/vendor/ocaml/ocamlopt.opt -no-alias-deps -I +compiler-libs ocamlcommon.cmxa -I +compiler-libs str.cmxa ppx_bsx.ml -o ./bin/ppx_bsx.exe
4+
../bs-platform/ocaml/ocamlopt.opt -no-alias-deps -I +compiler-libs ocamlcommon.cmxa -I +compiler-libs str.cmxa ppx_bsx.ml -o ./bin/ppx_bsx.exe
55
rm ppx_bsx.cmi ppx_bsx.cmx ppx_bsx.o

0 commit comments

Comments
 (0)
This repository has been archived.