Skip to content

Commit ef16720

Browse files
committed
chore: fix repository field
1 parent 9b6ab70 commit ef16720

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/---bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
required: true
1414
attributes:
1515
label: 🛠️ To reproduce
16-
description: A reproduction of the bug via https://stackblitz.com/github/danielroe/stackblitz-zip/tree/main/playground
16+
description: A reproduction of the bug via https://stackblitz.com/github/danielroe/stackblitz.zip/tree/main/playground
1717
placeholder: https://stackblitz.com/[...]
1818
- type: textarea
1919
validations:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Published under [MIT License](./LICENCE).
173173
[npm-version-href]: https://npmjs.com/package/stackblitz-zip
174174
[npm-downloads-src]: https://img.shields.io/npm/dm/stackblitz-zip?style=flat-square
175175
[npm-downloads-href]: https://npm.chart.dev/stackblitz-zip
176-
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/danielroe/stackblitz-zip/ci.yml?branch=main&style=flat-square
177-
[github-actions-href]: https://github.com/danielroe/stackblitz-zip/actions?query=workflow%3Aci
178-
[codecov-src]: https://img.shields.io/codecov/c/gh/danielroe/stackblitz-zip/main?style=flat-square
179-
[codecov-href]: https://codecov.io/gh/danielroe/stackblitz-zip
176+
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/danielroe/stackblitz.zip/ci.yml?branch=main&style=flat-square
177+
[github-actions-href]: https://github.com/danielroe/stackblitz.zip/actions?query=workflow%3Aci
178+
[codecov-src]: https://img.shields.io/codecov/c/gh/danielroe/stackblitz.zip/main?style=flat-square
179+
[codecov-href]: https://codecov.io/gh/danielroe/stackblitz.zip

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packageManager": "[email protected]",
66
"description": "Download StackBlitz projects programmatically",
77
"license": "MIT",
8-
"repository": "danielroe/stackblitz-zip",
8+
"repository": "danielroe/stackblitz.zip",
99
"sideEffects": false,
1010
"exports": {
1111
".": "./dist/index.mjs"

0 commit comments

Comments
 (0)