react-inject-promise
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "react-inject-promise", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Inject a promised value into a react component, either by 'higher order component' or by 'function as children'.", | ||
@@ -9,6 +9,7 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git@gitlab.ucloudadmin.com:buhi/react-inject-promise.git" | ||
"url": "git@github.com:buhichan/react-inject-promise.git" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"version": "tsc -p . && git add -A", | ||
"test": "jest" | ||
@@ -15,0 +16,0 @@ }, |
142777
4