Skip to content

Commit d9501e0

Browse files
committed
fix: app.config.ts sed script
1 parent 956c31f commit d9501e0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
},
2323
"javascript.preferences.importModuleSpecifier": "relative",
2424
"typescript.preferences.importModuleSpecifier": "relative",
25-
"prettier.configPath": ".prettierrc.cjs"
25+
"prettier.configPath": ".prettierrc.cjs",
26+
"cSpell.words": [
27+
"myapp"
28+
]
2629
}

bin/cb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const cbResultExpo = (
3434

3535
shell.sed(
3636
'-i',
37-
'dooboo',
37+
'myapp',
3838
camelCaseToLowerLetters(`${nameOfApp}`),
3939
`./${nameOfApp}/app.config.ts`,
4040
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dooboo",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "Expo and expo router starter kit maintained by dooboolab.",
55
"bin": {
66
"dooboo": "lib/bin/root.js"

0 commit comments

Comments
 (0)