fix r4b compile problem

This commit is contained in:
Grahame Grieve 2022-02-12 11:00:41 +11:00
parent 7bf1af8671
commit 2a8dbcf8a4
1 changed files with 1 additions and 1 deletions

View File

@ -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) {