Skip to content

Commit 67494eb

Browse files
committed
📝 adjust repo name
1 parent a83aeb4 commit 67494eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jsonresume-web-component
1+
# jsonresume-component
22

33
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.
44

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.0",
44
"author": "scottnath",
55
"description": "A web component which presents a JSON Resume documented with microdata",
6-
"homepage": "https://scottnath.github.io/jsonresume-web-component",
6+
"homepage": "https://scottnath.github.io/jsonresume-component",
77
"bugs": {
8-
"url": "https://github.com/scottnath/jsonresume-web-component/issues"
8+
"url": "https://github.com/scottnath/jsonresume-component/issues"
99
},
1010
"scripts": {
1111
"cem": "custom-elements-manifest analyze --litelement --config 'lib/custom-elements-manifest.config.js'",
@@ -25,7 +25,7 @@
2525
"type": "module",
2626
"repository": {
2727
"type": "git",
28-
"url": "git+https://github.com/scottnath/jsonresume-web-component.git"
28+
"url": "git+https://github.com/scottnath/jsonresume-component.git"
2929
},
3030
"files": [
3131
"dist",

0 commit comments

Comments
 (0)