Skip to content

Commit

Permalink
Add repository to modular-scripts package.json (#2213)
Browse files Browse the repository at this point in the history
This will add a link from npm to the repo next time we publish
  • Loading branch information
benpryke authored Nov 24, 2022
1 parent e0db31c commit e2cbdc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/modular-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "modular-scripts",
"version": "3.6.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/jpmorganchase/modular.git",
"directory": "packages/modular-scripts"
},
"bin": {
"modular": "dist-cjs/cli.js"
},
Expand Down

0 comments on commit e2cbdc3

Please sign in to comment.