Skip to content

Commit

Permalink
chore: add license to package.json (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Jul 31, 2024
1 parent 7d32a24 commit d40dc8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-eggs-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"paneforge": patch
---

chore: add license to `package.json`
3 changes: 2 additions & 1 deletion packages/paneforge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/huntabyte/paneforge",
"url": "https://github.com/svecosystem/paneforge",
"directory": "packages/paneforge"
},
"license": "MIT",
"scripts": {
"dev": "pnpm watch",
"build": "pnpm package",
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/huntabyte/svecodocs.git"
"url": "https://github.com/svecosystem/paneforge"
},
"devDependencies": {
"@sveltejs/adapter-cloudflare": "^4.1.0",
Expand Down

0 comments on commit d40dc8a

Please sign in to comment.