create-app: use version from package root

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-05-09 13:34:31 +02:00
parent 20805880ed
commit c9fc26c48f
+1 -1
View File
@@ -22,7 +22,7 @@
import { program } from 'commander';
import { exitWithError } from './lib/errors';
import { version } from '../package.json';
import { version } from '../../../package.json';
import createApp from './createApp';
const main = (argv: string[]) => {