Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
david-fernando committed Aug 24, 2022
1 parent d40768a commit 6afcaa7
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mediumpostscard",
"version": "0.1.0",
"private": true,
"version": "1.0.4",
"description": "React Isomorphic library that show your Medium articles.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"source": "src/index.tsx",
Expand Down Expand Up @@ -82,5 +82,30 @@
"peerDependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/david-fernando/medium-posts-card.git",
"directory": "packages/name"
},
"bugs": {
"url": "https://github.com/david-fernando/medium-posts-card/issues"
},
"homepage": "https://github.com/david-fernando/medium-posts-card",
"keywords": [
"Medium Posts Card",
"MediumPostsCard",
"Medium Post Card",
"Medium React Card",
"React",
"React JS",
"React library",
"ReactLibrary",
"BibliotecaReact",
"JavaScript",
"JavaScript library",
"Biblioteca JavaScript"
],
"author": "davidfernando",
"license": "MIT"
}

0 comments on commit 6afcaa7

Please sign in to comment.