Skip to content

Commit

Permalink
fix: do not transform javascript for now
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 16, 2024
1 parent 2753fba commit 5324efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npm-pkgbuild-cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ program
const o = new outputFactory(context.expand(properties));
const transformer = [
createExpressionTransformer(
entry => uc.fileNameConformsTo(entry.name, "public.text"),
entry => uc.fileNameConformsTo(entry.name, "public.text") && !uc.fileNameConformsTo(entry.name, "com.netscape.javascript-source"),
properties
)
];
Expand Down

0 comments on commit 5324efd

Please sign in to comment.