Skip to content

Commit

Permalink
chore: update package paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Smith committed Aug 19, 2024
1 parent 7680d3a commit bf7494e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ 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

[Ask your question here, please be as detailed as possible!]

### 🌎 Environment

| Software | Version(s) |
| ------------------- | ---------- |
| `make-magic` |
| Node |
| `yarn` |
| Operating System |
| Software | Version(s) |
| ---------------- | ---------- |
| `make-magic-app` |
| Node |
| `yarn` |
| Operating System |
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"main": "./dist/core/lib.js",
Expand Down

0 comments on commit bf7494e

Please sign in to comment.