Skip to content

Commit

Permalink
fix: change NPM packageName to rule-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Feb 21, 2024
1 parent ba43e78 commit e3f5fa7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ project.afterEvaluate {
packages {
named("js") {
scope.set("dhis2")
packageName.set("rule-engine")
readme.set(File("./README.md"))
packageJson {
"module" by "${project.name}.mjs"
Expand Down

0 comments on commit e3f5fa7

Please sign in to comment.