mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-01 17:09:08 +00:00
fix r4b compile problem
This commit is contained in:
parent
7bf1af8671
commit
2a8dbcf8a4
@ -120,7 +120,7 @@ public class NPMPackageGenerator {
|
||||
p.remove("name");
|
||||
p.addProperty("name", id);
|
||||
p.remove("type");
|
||||
p.addProperty("type", PackageType.SUBSET.getCode());
|
||||
p.addProperty("type", PackageType.CONFORMANCE.getCode());
|
||||
p.remove("title");
|
||||
p.addProperty("title", name);
|
||||
if (notForPublication) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user