Skip to content

Commit

Permalink
Merge pull request #6 from mekomsolutions/ft-node-ci
Browse files Browse the repository at this point in the history
change npm registry to mekomsolutions
  • Loading branch information
usamaidrsk authored Nov 14, 2024
2 parents 6f642c9 + c0067b2 commit 1aba83e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ozone-HIS CI
name: Mekom Solutions CI

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
types:
- created
env:
ESM_NAME: "@ozone-his/esm-patient-billing-status-app"
ESM_NAME: "@mekomsolutions/esm-patient-billing-status-app"
JS_NAME: "openmrs-esm-patient-billing-status-app.js"

jobs:
Expand Down Expand Up @@ -106,8 +106,8 @@ jobs:

- name: Configure Git
run: |
git config user.email "info@ozone-his.org"
git config user.name "Ozone CI"
git config user.email "info@mekomsolutions.com"
git config user.name "Mekom Solutions CI"
- name: Commit version changes
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ozone-his/esm-patient-billing-status-app",
"name": "@mekomsolutions/esm-patient-billing-status-app",
"version": "1.0.0",
"license": "MPL-2.0",
"description": "A microfrontend app for OpenMRS 3 to display the billing status of a patient on the patient chart",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfigSchema, getAsyncLifecycle } from '@openmrs/esm-framework';
import { configSchema } from './config-schema';

const moduleName = '@ozone-his/esm-patient-billing-status-app';
const moduleName = '@mekomsolutions/esm-patient-billing-status-app';

const options = {
featureName: 'root-world',
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3475,9 +3475,9 @@ __metadata:
languageName: node
linkType: hard

"@ozone-his/esm-patient-billing-status-app@workspace:.":
"@mekomsolutions/esm-patient-billing-status-app@workspace:.":
version: 0.0.0-use.local
resolution: "@ozone-his/esm-patient-billing-status-app@workspace:."
resolution: "@mekomsolutions/esm-patient-billing-status-app@workspace:."
dependencies:
"@carbon/react": "npm:^1.68.0"
"@openmrs/esm-framework": "npm:next"
Expand Down

0 comments on commit 1aba83e

Please sign in to comment.