Skip to content

Commit

Permalink
📝 adjust repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed May 17, 2024
1 parent a83aeb4 commit 67494eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jsonresume-web-component
# jsonresume-component

A web component (using LitElement) which presents resume content stored in [JSON Resume][jsonresume] format. The HTML structure uses the components from [jsonresume-theme-microdata][jtm] to generate HTML which includes structured data as microdata in HTML attributes.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"author": "scottnath",
"description": "A web component which presents a JSON Resume documented with microdata",
"homepage": "https://scottnath.github.io/jsonresume-web-component",
"homepage": "https://scottnath.github.io/jsonresume-component",
"bugs": {
"url": "https://github.com/scottnath/jsonresume-web-component/issues"
"url": "https://github.com/scottnath/jsonresume-component/issues"
},
"scripts": {
"cem": "custom-elements-manifest analyze --litelement --config 'lib/custom-elements-manifest.config.js'",
Expand All @@ -25,7 +25,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/scottnath/jsonresume-web-component.git"
"url": "git+https://github.com/scottnath/jsonresume-component.git"
},
"files": [
"dist",
Expand Down

0 comments on commit 67494eb

Please sign in to comment.