We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dede1c commit cd10de6Copy full SHA for cd10de6
.gitignore
@@ -9,7 +9,7 @@ node_modules
9
# npm unused lock file (we use yarn.lock)
10
package-lock.json
11
12
-# Ocaml / Reason / BuckleScript artifacts
+# ReScript / Reason / Ocaml artifacts
13
#*.bs.js # we do want this files to ensure zero-cost
14
.bsb.lock
15
**/lib/bs
package.json
@@ -10,6 +10,7 @@
"repository": "https://github.com/reason-react-native/fetch-blob.git",
"license": "MIT",
"keywords": [
+ "rescript",
"reason",
"reasonml",
16
"bucklescript",
0 commit comments