Skip to content

Commit

Permalink
chore: added repo field to find-dependencies package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adyendrivera committed Jan 8, 2025
1 parent 9aa7c3c commit c35a5d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/find-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@custom-elements-manifest/find-dependencies",
"version": "0.0.5",
"description": "",
"repository": {
"type": "git",
"url": "/~https://github.com/open-wc/custom-elements-manifest.git",
"directory": "packages/find-dependencies"
},
"main": "index.js",
"scripts": {
"start": "nodemon dev.js",
Expand Down

0 comments on commit c35a5d4

Please sign in to comment.