Skip to content

Commit

Permalink
Prefix package.json name with _at_realm.
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Aug 30, 2023
1 parent b8a066a commit 8206d52
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion examples/example-node-connection-and-error/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "example-node-connection-and-error",
"name": "@realm/example-node-connection-and-error",
"version": "1.0.0",
"description": "A skeleton app to be used as a reference for how to use the Realm Node.js SDK specifically around detecting various changes in e.g. connection state, user state, and sync errors",
"main": "src/index.ts",
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8206d52

Please sign in to comment.