Skip to content

Commit

Permalink
fix: add missing repo url for provenance (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored Jul 5, 2024
1 parent 44c112e commit 97667b4
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 407 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-planets-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lagoss/cli': patch
---

Add missing repository url to fix provenance
4 changes: 4 additions & 0 deletions crates/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"bin",
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/lagossapp/lagoss"
},
"bin": {
"lagoss": "./bin/run.js"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"pnpm": ">=9.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/typescript-estree": "^6.2.0",
Expand Down
Loading

0 comments on commit 97667b4

Please sign in to comment.