Skip to content

Commit 1968c53

Browse files
author
Daniele Briggi
committed
chore(npm): remove and ignore lock file
1 parent 145b548 commit 1968c53

File tree

3 files changed

+3
-914
lines changed

3 files changed

+3
-914
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ unittest
1212
/curl/src
1313
.vscode
1414
**/node_modules/**
15-
.env
15+
.env
16+
package-lock.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ SELECT cloudsync_terminate();
233233

234234
### For a Complete Example
235235

236-
See the [Simple Todo Database example](./examples/simple-todo-db/) for a comprehensive walkthrough including:
236+
See the [examples](./examples/simple-todo-db/) directory for a comprehensive walkthrough including:
237237
- Multi-device collaboration
238238
- Offline scenarios
239239
- Row-level security setup

0 commit comments

Comments
 (0)