We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7010769 commit fbf91c8Copy full SHA for fbf91c8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-context-reverse",
3
- "version": "0.0.1",
+ "version": "0.0.3",
4
"description": "Normal React context flows down. Reverse context flows up, from a descendant to a single ancestor.",
5
"main": "dist/reverse-context.js",
6
"files": [
@@ -9,7 +9,7 @@
9
"author": "Tim Kindberg",
10
"repository": {
11
"type": "git",
12
- "url": "https://github.com/timkindberg/react-reverse-context.git"
+ "url": "https://github.com/timkindberg/react-context-reverse.git"
13
},
14
"license": "MIT",
15
"private": false,
0 commit comments