We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11bc41b + 7b79bd9 commit 7ca86a6Copy full SHA for 7ca86a6
1 file changed
packages/cli/bin/cli-actions/version.js
@@ -1,6 +1,5 @@
1
'use strict';
2
const patternlab = require('@pattern-lab/core');
3
4
-module.exports = ({ version }) => {
+module.exports = ({ version }) =>
5
`${version} (Pattern Lab Node Core version: ${patternlab.getVersion()})`;
6
-};
0 commit comments