Skip to content

Commit e096713

Browse files
committed
feat: license file gathering
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 51da56a commit e096713

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/builders/index.node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
1818
*/
1919

2020
export * as FromNodePackageJson from './fromNodePackageJson.node'
21-
export * as License from './license'

src/utils/index.node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export * from './index.common'
2121

2222
// region node-specifics
2323

24+
export * as LicenseUtility from './licenseUtility.node'
2425
export * as NpmjsUtility from './npmjsUtility.node'
2526

2627
// endregion node-specifics
File renamed without changes.

0 commit comments

Comments
 (0)