Skip to content

Commit

Permalink
(fix) Fix the repository links shown on npmjs (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasharma05 authored Jan 2, 2025
1 parent 4d35216 commit 45e41aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mekomsolutions/esm-patient-medical-supply-orders-app",
"version": "1.0.0",
"version": "0.1.0",
"license": "MPL-2.0",
"description": "An OpenMRS seed application for building microfrontends",
"browser": "dist/openmrs-esm-patient-medical-supply-orders-app.js",
Expand Down Expand Up @@ -31,14 +31,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/openmrs/openmrsesm-patient-medical-supply-orders-app.git"
"url": "git+https://github.com/mekomsolutions/esm-patient-medical-supply-orders-app.git"
},
"homepage": "https://github.com/openmrs/openmrsesm-patient-medical-supply-orders-app#readme",
"homepage": "https://github.com/mekomsolutions/esm-patient-medical-supply-orders-app#readme",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/openmrs/openmrsesm-patient-medical-supply-orders-app/issues"
"url": "https://github.com/mekomsolutions/esm-patient-medical-supply-orders-app/issues"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
Expand Down

0 comments on commit 45e41aa

Please sign in to comment.