Skip to content

Commit

Permalink
Merge pull request #37 from sanity-io/setup-repository-fields
Browse files Browse the repository at this point in the history
fix: add `repository` field to `package.json`
  • Loading branch information
siffogh authored Apr 26, 2024
2 parents d71fde0 + 51322e6 commit 3dec83e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/sanity-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"sanity",
"sanity-plugin"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tinloof/sanity-kit.git",
"directory": "packages/sanity-studio"
},
"license": "MIT",
"type": "module",
"author": "Tinloof",
Expand Down
5 changes: 5 additions & 0 deletions packages/sanity-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@tinloof/sanity-web",
"version": "0.2.1",
"description": "Sanity-related utilities for web development",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tinloof/sanity-kit.git",
"directory": "packages/sanity-web"
},
"exports": {
".": {
"import": "./dist/index.mjs",
Expand Down

0 comments on commit 3dec83e

Please sign in to comment.