Skip to content

Commit

Permalink
chore: Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenyoung committed Jan 19, 2024
1 parent 4df4ba2 commit 7415afd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitdb/quickstart",
"version": "1.0.0",
"version": "0.1.0",
"description": "A preconfigured instance which allows developers to \"test drive\" OrbitDB.",
"main": "src/index.js",
"type": "module",
Expand Down Expand Up @@ -53,7 +53,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@orbitdb/core": "github:orbitdb/orbitdb#helia",
"@orbitdb/core": "^2.0.1",
"blockstore-level": "^1.1.7",
"helia": "^3.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion test/quickstart.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('Multiple nodes', function () {
await rimraf('./orbitdb2')
})

it.only('replicates a database between four OrbitDB instances', async () => {
it('replicates a database between four OrbitDB instances', async () => {
let replicated1 = false
let replicated2 = false

Expand Down

0 comments on commit 7415afd

Please sign in to comment.