Skip to content

Commit

Permalink
Add repository field to templates/*
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Nov 29, 2024
1 parent d19397a commit b80111f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@keystatic/templates-astro",
"version": "0.0.54",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/keystatic/",
"directory": "templates/astro"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
5 changes: 5 additions & 0 deletions templates/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@keystatic/templates-nextjs",
"version": "0.0.55",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/keystatic/",
"directory": "templates/nextjs"
},
"scripts": {
"build": "next build",
"dev": "next dev",
Expand Down
5 changes: 5 additions & 0 deletions templates/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"type": "module",
"version": "0.0.42",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/keystatic/",
"directory": "templates/remix"
},
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
Expand Down

0 comments on commit b80111f

Please sign in to comment.