File tree 2 files changed +23
-3
lines changed
2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.2" ,
4
4
"description" : " Creating react libraries" ,
5
5
"main" : " index.js" ,
6
- "author" : " André Lins" ,
6
+ "author" :
" André Lins <[email protected] > (https://andrelmlins.github.io/) " ,
7
7
"license" : " MIT" ,
8
8
"private" : false ,
9
+ "homepage" : " https://github.com/andrelmlins/create-react-dependency" ,
9
10
"bin" : {
10
- "create-library-react" : " index.js"
11
+ "create-react-dependency" : " index.js"
12
+ },
13
+ "keywords" : [
14
+ " create" ,
15
+ " react" ,
16
+ " dependency"
17
+ ],
18
+ "repository" : {
19
+ "type" : " git" ,
20
+ "url" : " git+https://github.com/andrelmlins/create-react-dependency.git"
11
21
}
12
22
}
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.7" ,
4
4
"description" : " Scripts of react libraries" ,
5
5
"main" : " index.js" ,
6
- "author" : " André Lins" ,
6
+ "author" :
" André Lins <[email protected] > (https://andrelmlins.github.io/) " ,
7
7
"license" : " MIT" ,
8
8
"private" : false ,
9
+ "homepage" : " https://github.com/andrelmlins/create-react-dependency" ,
9
10
"bin" : {
10
11
"react-dependency-scripts" : " index.js"
11
12
},
13
+ "keywords" : [
14
+ " react" ,
15
+ " dependency" ,
16
+ " scripts"
17
+ ],
18
+ "repository" : {
19
+ "type" : " git" ,
20
+ "url" : " git+https://github.com/andrelmlins/create-react-dependency.git"
21
+ },
12
22
"peerDependencies" : {
13
23
"react" : " ^16.9.0" ,
14
24
"react-dom" : " ^16.9.0"
You can’t perform that action at this time.
0 commit comments