We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9037470 commit 7604771Copy full SHA for 7604771
.npmrc
@@ -0,0 +1 @@
1
+engine-strict=true
package.json
@@ -3,6 +3,9 @@
3
"version": "0.0.4",
4
"description": "An appointment app for bahmni/openmrs.",
5
"license": "AGPLv3",
6
+ "engines": {
7
+ "node": ">=12 <15"
8
+ },
9
"scripts": {
10
"build-react": "cd ui && npm run build-react",
11
"build": "npm run build-react && webpack --mode=development",
ui/.npmrc
ui/package.json
"version": "0.0.3",
"description": "React Appointments Frontend",
"main": "dist/reactAngularAdaptor.js",
"directories": {
"test": "test"
},
0 commit comments