Skip to content

Commit

Permalink
Merge pull request #18 from snyk/fix/export-extract-target-frameworks…
Browse files Browse the repository at this point in the history
…-from-project-config

fix: added missing export `extractTargetFrameworksFromProjectConfig`
  • Loading branch information
Kirill89 authored Dec 24, 2018
2 parents 7c310db + 13c3ab9 commit 1cdb9f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export {
buildDepTreeFromFiles,
extractTargetFrameworksFromFiles,
extractTargetFrameworksFromProjectFile,
extractTargetFrameworksFromProjectConfig,
PkgTree,
DepType,
};
Expand Down

0 comments on commit 1cdb9f2

Please sign in to comment.