create-app: use version from package root
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -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[]) => {
|
||||
|
||||
Reference in New Issue
Block a user