Skip to content

Commit 78470b4

Browse files
committed
Add ROR binding
1 parent 5a2eaa1 commit 78470b4

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

bsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"@rescript/react",
2222
"@rescript/core",
2323
"@glennsl/rescript-fetch",
24-
"@glennsl/rescript-json-combinators"
24+
"@glennsl/rescript-json-combinators",
25+
"rescript-react-on-rails"
2526
],
2627
"jsx": {
2728
"version": 4,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"redux": "^4.2.1",
8888
"redux-thunk": "^2.2.0",
8989
"rescript": "^10.1.4",
90+
"rescript-react-on-rails": "^1.0.0",
9091
"resolve-url-loader": "^2.2.0",
9192
"sanitize-html": "^2.11.0",
9293
"sass": "^1.58.3",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8238,6 +8238,11 @@ requires-port@^1.0.0:
82388238
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
82398239
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
82408240

8241+
rescript-react-on-rails@^1.0.0:
8242+
version "1.0.0"
8243+
resolved "https://registry.yarnpkg.com/rescript-react-on-rails/-/rescript-react-on-rails-1.0.0.tgz#700ae22fa5b749e15d058f7b9732db0c4864cc04"
8244+
integrity sha512-67NJeenJsMNvDTPQL1w9Tw2sGyt/4Ycfj9rqXmEhpye84R4iISJLAlgxyWKZp2boOqbpFo3X1Yf+wBHjDnO2BA==
8245+
82418246
rescript@^10.1.4:
82428247
version "10.1.4"
82438248
resolved "https://registry.yarnpkg.com/rescript/-/rescript-10.1.4.tgz#0f37710d371f32a704f17b4e804f66ce3c79a305"

0 commit comments

Comments
 (0)