Skip to content

Commit

Permalink
Merge pull request #159 from shivam-sharma7/add-repo-info
Browse files Browse the repository at this point in the history
Include git information in package.json
  • Loading branch information
GeorgeApos authored Jul 17, 2024
2 parents 848ef8b + 5a9695e commit 676b9b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
"eject": "react-scripts eject",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\""
},

"repository": {
"type": "git",
"url": "https://github.com/open-source-uom/myuom.git"
},
"engines": {
"node": ">=14.21.3"
},
Expand Down

0 comments on commit 676b9b9

Please sign in to comment.