Skip to content

Commit

Permalink
fix: add FileContentProvider to list of providers
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 16, 2024
1 parent 0a6b909 commit 2753fba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/extract-from-package.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import { BUILDAH } from "./output/buildah.mjs";
export const allInputs = [
NPMPackContentProvider,
NodeModulesContentProvider,
NFTContentProvider
NFTContentProvider,
FileContentProvider
];

/**
Expand Down

0 comments on commit 2753fba

Please sign in to comment.