Skip to content

Commit

Permalink
fix: options mapped properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahidhar Chaluvadi committed Oct 8, 2023
1 parent 0b5695c commit ac170b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"srcDir": "dist",
"buildDir": "target",
"packager": "jackrabbit",
"legacyCRXSupport": false
"crxCompatibility": false
},
"defines": {
"name": "My Project",
Expand Down
2 changes: 1 addition & 1 deletion src/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const loadTemplate = (template) => {
return xmlDoc
}

const assemblePom = ({ mode = 'jackrabbit', legacyCRXSupport = false }) => {
const assemblePom = ({ packager: mode = 'jackrabbit', crxCompatibility: legacyCRXSupport = false }) => {
try {
Console.debug(`Asembling a pom.xml that will use ${mode}`)

Expand Down

0 comments on commit ac170b8

Please sign in to comment.