Skip to content

Commit 6afcaa7

Browse files
Update package.json
1 parent d40768a commit 6afcaa7

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

package.json

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
77
"source": "src/index.tsx",
@@ -82,5 +82,30 @@
8282
"peerDependencies": {
8383
"react": "^18.1.0",
8484
"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"
86111
}

0 commit comments

Comments
 (0)