File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 7
7
![ NPM] ( https://img.shields.io/npm/l/react-combine-provider.svg )
8
8
9
9
Combine react providers in ease
10
+ Requires React >= 16.8.6
10
11
Fully support [ unstated-next] ( https://github.com/jamiebuilds/unstated-next ) and [ constate] ( https://github.com/diegohaz/constate )
11
12
12
13
## Install
Original file line number Diff line number Diff line change 4
4
"main" : " dist/index.js" ,
5
5
"umd:main" : " dist/react-combine-providers.umd.production.js" ,
6
6
"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
+ ],
7
24
"typings" : " dist/index.d.ts" ,
8
25
"files" : [
9
- " dist"
26
+ " dist" ,
27
+ " LICENSE"
10
28
],
11
29
"scripts" : {
12
30
"start" : " tsdx watch" ,
You can’t perform that action at this time.
0 commit comments