Skip to content

Commit db3fcd1

Browse files
committed
update package name
1 parent b96cfe9 commit db3fcd1

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# reason-react-navigation
1+
# `@reason-react-native/navigation`
22

33
[Reason](https://reasonml.github.io) bindings to
44
[react-navigation](https://github.com/react-navigation/react-navigation).
@@ -85,3 +85,20 @@ let make = () => {
8585
);
8686
};
8787
```
88+
89+
---
90+
91+
## Changelog
92+
93+
Check the [changelog](./CHANGELOG.md) for more informations about recent
94+
releases.
95+
96+
## Contribute
97+
98+
Read the [contribution guidelines](./CONTRIBUTING.md) before contributing.
99+
100+
## Code of Conduct
101+
102+
We want this community to be friendly and respectful to each other. Please read
103+
[our full code of conduct](./CODE_OF_CONDUCT.md) so that you can understand what
104+
actions will and will not be tolerated.

bsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "reason-react-navigation",
2+
"name": "@reason-react-native/navigation",
33
"namespace": "react-navigation",
44
"refmt": 3,
55
"reason": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@reason-react-native/react-navigation",
2+
"name": "@reason-react-native/navigation",
33
"version": "4.0.0-alpha.0",
44
"peerDependencies": {
55
"react-navigation": "^4.0.0",

0 commit comments

Comments
 (0)