Skip to content

Commit aa14cf5

Browse files
authored
Merge pull request #16 from platformatic/fix-version
fix: Correctly export the version for metadata.
2 parents f6e209f + f8083f9 commit aa14cf5

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)