Skip to content

Commit 8a82ff1

Browse files
committed
Adjust things for "ReScript" branding
1 parent d5b6f5f commit 8a82ff1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node_modules
99
# npm unused lock file (we use yarn.lock)
1010
package-lock.json
1111

12-
# Ocaml / Reason / BuckleScript artifacts
12+
# ReScript / Reason / Ocaml artifacts
1313
#*.bs.js # we do want this files to ensure zero-cost
1414
.bsb.lock
1515
**/lib/bs

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
[![Version](https://img.shields.io/npm/v/@reason-react-native/keychain.svg)](https://www.npmjs.com/@reason-react-native/keychain)
55
[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reason-react-native.github.io/discord/)
66

7-
[ReasonML](https://reasonml.github.io) /
8-
[BuckleScript](https://bucklescript.github.io) bindings for
7+
[ReScript](https://rescript-lang.org) / [Reason](https://reasonml.github.io) bindings for
98
[`react-native-keychain`](https://github.com/oblador/react-native-keychain).
109

1110
Exposed as `ReactNativeSomething` module.
1211

13-
`@reason-react-native/keychain` X.y._ means it's compatible with
14-
`react-native-keychain` X.y._
12+
`@reason-react-native/keychain` X.y.\* means it's compatible with
13+
`react-native-keychain` X.y.\*
1514

1615
## Installation
1716

@@ -26,7 +25,7 @@ yarn add @reason-react-native/keychain
2625
```
2726

2827
`@reason-react-native/keychain` should be added to `bs-dependencies` in your
29-
`bsconfig.json`. Something like
28+
`bsconfig.json`:
3029

3130
```diff
3231
{

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reason-react-native/keychain",
33
"version": "3.1.0",
4-
"description": "Reason/BuckleScript bindings for react-native-keychain",
4+
"description": "ReScript / Reason bindings for react-native-keychain",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -12,6 +12,7 @@
1212
"repository": "https://github.com/reason-react-native/keychain.git",
1313
"license": "MIT",
1414
"keywords": [
15+
"rescript",
1516
"reason",
1617
"reasonml",
1718
"bucklescript",

0 commit comments

Comments
 (0)