File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments