Skip to content

Commit

Permalink
fix(package): declare repository for provenance
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Michelson <[email protected]>
  • Loading branch information
ErikMichelson committed Jan 7, 2025
1 parent d92433a commit 5fe7672
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"fix": "biome check --write src/ *.json",
"prepublishOnly": "npm test && npm run check && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/ErikMichelson/array-changeset.git"
},
"sideEffects": false,
"dependencies": {
"fast-deep-equal": "^3.1.3"
Expand Down

0 comments on commit 5fe7672

Please sign in to comment.