Skip to content

Commit

Permalink
chore: list repo info in repl's package.json (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jul 31, 2024
1 parent 841a916 commit eaa1221
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/sites",
"directory": "packages/repl"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit eaa1221

Please sign in to comment.