Skip to content

Commit

Permalink
fix: Fix repository in package.json to enable provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
kingston committed Oct 9, 2024
1 parent c37c061 commit 3616294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lint-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prettier",
"node"
],
"repository": "https://github.com/kingston/node-tools/packages/lint-node",
"repository": "https://github.com/kingston/node-tools",
"license": "MIT",
"author": "Kingston Tam",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-sample-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.1",
"private": true,
"description": "A test project to make sure the lint / prettier configs work as expected",
"repository": "https://github.com/kingston/node-tools/packages/tools-sample-project",
"repository": "https://github.com/kingston/node-tools",
"license": "MIT",
"author": "Kingston Tam",
"type": "module",
Expand Down

0 comments on commit 3616294

Please sign in to comment.