Skip to content

Commit 8081f59

Browse files
author
Liuhaoran Huang
committed
update package
1 parent f1c05e5 commit 8081f59

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
![NPM](https://img.shields.io/npm/l/react-combine-provider.svg)
88

99
Combine react providers in ease
10+
Requires React >= 16.8.6
1011
Fully support [unstated-next](https://github.com/jamiebuilds/unstated-next) and [constate](https://github.com/diegohaz/constate)
1112

1213
## Install

package.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,27 @@
44
"main": "dist/index.js",
55
"umd:main": "dist/react-combine-providers.umd.production.js",
66
"module": "dist/react-combine-providers.es.production.js",
7+
"homepage": "https://github.com/hlhr202/React-Combine-Provider",
8+
"description": "Combine react providers in ease",
9+
"license": "MIT",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/hlhr202/React-Combine-Provider"
13+
},
14+
"keywords": [
15+
"react",
16+
"context",
17+
"redux",
18+
"state management",
19+
"constate",
20+
"unstated",
21+
"provider",
22+
"consumer"
23+
],
724
"typings": "dist/index.d.ts",
825
"files": [
9-
"dist"
26+
"dist",
27+
"LICENSE"
1028
],
1129
"scripts": {
1230
"start": "tsdx watch",

0 commit comments

Comments
 (0)