Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.

Commit b60e2bc

Browse files
committed
Use public access
1 parent ecc5a82 commit b60e2bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-drugorder-app",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Drug order microfrontend for the OpenMRS SPA",
55
"main": "dist/openmrs-esm-drugorder.js",
66
"types": "src/index.ts",
@@ -18,6 +18,9 @@
1818
"keywords": [
1919
"openmrs"
2020
],
21+
"publishConfig": {
22+
"access": "public"
23+
},
2124
"browserslist": [
2225
"extends browserslist-config-openmrs"
2326
],

0 commit comments

Comments
 (0)