Skip to content

Commit

Permalink
Merge pull request #37 from lukewarlow/add-repo-link
Browse files Browse the repository at this point in the history
Add repository link to package.json
  • Loading branch information
keithamus authored Feb 19, 2024
2 parents fb14eb6 + f576352 commit 1c82cbf
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 @@ -7,6 +7,10 @@
"type": "module",
"main": "invoker.js",
"types": "invoker.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/keithamus/invokers-polyfill"
},
"files": [
"invoker.d.ts",
"invoker.min.js"
Expand Down

0 comments on commit 1c82cbf

Please sign in to comment.