Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/add esm billing #85

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"jest-cli": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lerna": "^8.1.6",
"openmrs": "^5.7.2",
"openmrs": "next",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
Expand Down
9 changes: 5 additions & 4 deletions packages/esm-billing-app/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@openmrs/esm-billing-app",
"version": "1.0.0",
"name": "@ehospital/esm-billing-app",
"version": "1.0.4",
"description": "Billing frontend module for use in O3",
"browser": "dist/openmrs-esm-billing-app.js",
"browser": "dist/ehospital-esm-billing-app.js",
"main": "src/index.ts",
"source": true,
"license": "MPL-2.0",
Expand Down Expand Up @@ -119,5 +119,6 @@
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.1.1",
"gitHead": "3da8e933011df5e2d58ecc9e184c9e89119bf91b"
}
2 changes: 1 addition & 1 deletion packages/esm-billing-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import VisitAttributeTags from './invoice/payments/visit-tags/visit-attribute.co
import ServiceMetrics from './billable-services/dashboard/service-metrics.component';
import appMenu from './billable-services/billable-services-menu-item/item.component';

const moduleName = '@openmrs/esm-billing-app';
const moduleName = '@ehospital/esm-billing-app';

const options = {
featureName: 'billing',
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-procedure-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"jest": "^28.1.3",
"jest-cli": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"openmrs": "^5.7.2",
"openmrs": "next",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
Expand Down
Loading