File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 22 "$schema" : " https://unpkg.com/@changesets/config@3.1.1/schema.json" ,
33 "changelog" : " @changesets/cli/changelog" ,
44 "commit" : false ,
5- "fixed" : [],
5+ "fixed" : [
6+ [
7+ " streamdown-rn" ,
8+ " galerie-rn" ,
9+ " @darkresearch/debug-components" ,
10+ " @darkresearch/debugger" ,
11+ " @darkresearch/debugger-ios" ,
12+ " @darkresearch/starter"
13+ ]
14+ ],
615 "linked" : [],
716 "access" : " public" ,
817 "baseBranch" : " main" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ bun run web
3838
3939The setup script will prompt you for:
4040- App name
41- - Package name
41+ - Package name
4242- Bundle IDs (iOS/Android)
4343
4444See [ FORKING.md] ( ./FORKING.md ) for detailed instructions.
Original file line number Diff line number Diff line change 11{
22 "name" : " galerie-rn" ,
33 "version" : " 0.0.2" ,
4+ "private" : true ,
45 "description" : " React Native spatial canvas library for LLM-generated UIs (experimental)" ,
56 "main" : " dist/index.js" ,
67 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments