File tree Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mediumpostscard" ,
3
- "version" : " 0. 1.0" ,
4
- "private " : true ,
3
+ "version" : " 1.0.4 " ,
4
+ "description " : " React Isomorphic library that show your Medium articles. " ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.esm.js" ,
7
7
"source" : " src/index.tsx" ,
82
82
"peerDependencies" : {
83
83
"react" : " ^18.1.0" ,
84
84
"react-dom" : " ^18.1.0"
85
- }
85
+ },
86
+ "repository" : {
87
+ "type" : " git" ,
88
+ "url" : " https://github.com/david-fernando/medium-posts-card.git" ,
89
+ "directory" : " packages/name"
90
+ },
91
+ "bugs" : {
92
+ "url" : " https://github.com/david-fernando/medium-posts-card/issues"
93
+ },
94
+ "homepage" : " https://github.com/david-fernando/medium-posts-card" ,
95
+ "keywords" : [
96
+ " Medium Posts Card" ,
97
+ " MediumPostsCard" ,
98
+ " Medium Post Card" ,
99
+ " Medium React Card" ,
100
+ " React" ,
101
+ " React JS" ,
102
+ " React library" ,
103
+ " ReactLibrary" ,
104
+ " BibliotecaReact" ,
105
+ " JavaScript" ,
106
+ " JavaScript library" ,
107
+ " Biblioteca JavaScript"
108
+ ],
109
+ "author" : " davidfernando" ,
110
+ "license" : " MIT"
86
111
}
You can’t perform that action at this time.
0 commit comments