Skip to content

Commit c963d71

Browse files
fix: lowercase repository URLs to match npm provenance, bump README pin to 3.0.3 (#15)
1 parent 9ac8544 commit c963d71

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Then use the element anywhere in your HTML:
4545
Or skip the install and load it straight from a CDN in an HTML file:
4646

4747
```html
48-
<script type="module" src="https://unpkg.com/@rocktimsaikia/github-card@3.0.2"></script>
48+
<script type="module" src="https://unpkg.com/@rocktimsaikia/github-card@3.0.3"></script>
4949
```
5050

5151
## Attributes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/RocktimSaikia/github-card.git"
22+
"url": "git+https://github.com/rocktimsaikia/github-card.git"
2323
},
2424
"keywords": [
2525
"github",
@@ -34,9 +34,9 @@
3434
},
3535
"license": "MIT",
3636
"bugs": {
37-
"url": "https://github.com/RocktimSaikia/github-card/issues"
37+
"url": "https://github.com/rocktimsaikia/github-card/issues"
3838
},
39-
"homepage": "https://github.com/RocktimSaikia/github-card#readme",
39+
"homepage": "https://github.com/rocktimsaikia/github-card#readme",
4040
"devDependencies": {
4141
"@biomejs/biome": "2.4.15",
4242
"esbuild": "0.28.0"

0 commit comments

Comments
 (0)