diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 340dc0a..7a1e8ef 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -8,7 +8,7 @@ labels: ❓Question ### ✅ Prerequisites - [ ] Did you perform a cursory search of open issues? Is this question already asked elsewhere? -- [ ] Are you reporting to the correct repository (`make-magic`)? +- [ ] Are you reporting to the correct repository (`make-magic-app`)? ### ❓ Question @@ -16,9 +16,9 @@ labels: ❓Question ### 🌎 Environment -| Software | Version(s) | -| ------------------- | ---------- | -| `make-magic` | -| Node | -| `yarn` | -| Operating System | +| Software | Version(s) | +| ---------------- | ---------- | +| `make-magic-app` | +| Node | +| `yarn` | +| Operating System | diff --git a/package.json b/package.json index cac9dce..6815411 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "make-magic", + "name": "make-magic-app", "version": "5.1.0", "description": "A tool for quickly scaffolding an app with Magic authentication baked-in!", - "repository": "magiclabs/create-magic-app", + "repository": "magiclabs/make-magic-app", "license": "MIT", "author": "Magic Labs ", "main": "./dist/core/lib.js",