Skip to content

Commit dafc78f

Browse files
committed
Adjust things for "ReScript" branding
1 parent df5c3de commit dafc78f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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/permissions.svg)](https://www.npmjs.com/@reason-react-native/permissions)
55
[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reasonml-community.github.io/reason-react-native/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-permissions`](https://github.com/react-native-community/react-native-permissions).
109

1110
Exposed as `ReactNativePermissions` module.
1211

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

1615
## Installation
1716

@@ -27,7 +26,7 @@ yarn add @reason-react-native/permissions
2726
```
2827

2928
`@reason-react-native/permissions` should be added to `bs-dependencies` in your
30-
`bsconfig.json`. Something like
29+
`bsconfig.json`:
3130

3231
```diff
3332
{

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"repository": "https://github.com/reason-react-native/permissions.git",
1111
"license": "MIT",
1212
"keywords": [
13+
"rescript",
1314
"reason",
1415
"reasonml",
1516
"bucklescript",

0 commit comments

Comments
 (0)