Skip to content

Commit fbf91c8

Browse files
author
Tim Kindberg
committed
Fix name clash
1 parent 7010769 commit fbf91c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-context-reverse",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "Normal React context flows down. Reverse context flows up, from a descendant to a single ancestor.",
55
"main": "dist/reverse-context.js",
66
"files": [
@@ -9,7 +9,7 @@
99
"author": "Tim Kindberg",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/timkindberg/react-reverse-context.git"
12+
"url": "https://github.com/timkindberg/react-context-reverse.git"
1313
},
1414
"license": "MIT",
1515
"private": false,

0 commit comments

Comments
 (0)