From bf7494ee5ce0bb9af2c07d83767db655b1524cd4 Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Mon, 19 Aug 2024 11:57:43 -0400 Subject: [PATCH] chore: update package paths --- .github/ISSUE_TEMPLATE/question.md | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) 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",