Skip to content

Commit bb9708d

Browse files
committed
fix(examples/to-do-app): update repository URL format in package.json and remove private flag
1 parent 661a55d commit bb9708d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/to-do-app/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An Expo template for building apps with the SQLite CloudSync extension",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/sqliteai/sqlite-sync.git"
7+
"url": "git+https://github.com/sqliteai/sqlite-sync.git"
88
},
99
"author": "SQLiteAI",
1010
"keywords": ["expo-template", "sqlite", "cloudsync", "todo", "sync", "react-native", "expo", "template"],
@@ -38,6 +38,5 @@
3838
"devDependencies": {
3939
"@babel/core": "7.28.3",
4040
"react-native-dotenv": "3.4.11"
41-
},
42-
"private": true
41+
}
4342
}

0 commit comments

Comments
 (0)