We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f10cf commit 05daecfCopy full SHA for 05daecf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dooboo",
3
- "version": "0.1.3",
+ "version": "0.1.4",
4
"description": "Expo and expo router starter kit maintained by dooboolab.",
5
"bin": {
6
"dooboo": "lib/bin/root.js"
utils/functions.ts
@@ -58,7 +58,7 @@ export const exitIfNotDoobooRepo = async (): Promise<void> => {
58
if (!exists) {
59
shelljs.echo(
60
chalk.redBright(
61
- '\nproject is not compatible with dooboo-cli v5. Are you sure you are in correct dir?',
+ '\nproject is not compatible with dooboo-cli. Are you sure you are in correct dir?',
62
),
63
);
64
0 commit comments