Skip to content

Commit f8083f9

Browse files
committed
fix: Correctly export the version for metadata.
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
1 parent f6e209f commit f8083f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ stackable.configManagerConfig = {
2424
coerceTypes: true,
2525
allErrors: true,
2626
strict: false
27-
}
27+
},
28+
version: packageJson.version
2829
}
2930

3031
export const Generator = _Generator

0 commit comments

Comments
 (0)