react-router-native 5.3.1 → 5.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -1
- package/README.md +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) React Training
|
|
3
|
+
Copyright (c) React Training 2015-2019
|
|
4
|
+
Copyright (c) Remix Software 2020-2022
|
|
4
5
|
|
|
5
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
7
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-router-native",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
4
4
|
"description": "React Native bindings for React Router",
|
|
5
5
|
"homepage": "https://reactrouter.com/",
|
|
6
6
|
"repository": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"directory": "packages/react-router-native"
|
|
10
10
|
},
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"author": "
|
|
12
|
+
"author": "Remix Software <hello@remix.run>",
|
|
13
13
|
"main": "main.js",
|
|
14
14
|
"sideEffects": false,
|
|
15
15
|
"scripts": {
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"prop-types": "^15.6.1",
|
|
35
|
-
"react-router": "
|
|
35
|
+
"react-router": "2"
|
|
36
36
|
}
|
|
37
37
|
}
|