Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 2233fd3

Browse files
committed
v1.6.0
1 parent df20862 commit 2233fd3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*sublime*
2+
node_modules/
3+
package-lock.json
4+
example

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orbit-db-eventstore",
3-
"version": "1.6.0-rc1",
3+
"version": "1.6.0",
44
"description": "Eventlog for orbit-db",
55
"main": "src/EventStore.js",
66
"homepage": "https://github.com/orbitdb/orbit-db-eventstore",
@@ -21,7 +21,7 @@
2121
"author": "Haad",
2222
"license": "MIT",
2323
"dependencies": {
24-
"orbit-db-store": "next"
24+
"orbit-db-store": "~2.7.0"
2525
},
2626
"devDependencies": {
2727
"standard": "^12.0.1"

0 commit comments

Comments
 (0)