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

Commit cd16538

Browse files
committed
v1.5.0
1 parent f663aca commit cd16538

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "orbit-db-kvstore",
3-
"version": "1.5.0-rc3",
3+
"version": "1.5.0",
44
"description": "Key-Value Store for orbit-db",
55
"main": "src/KeyValueStore.js",
6-
"homepage":"https://github.com/orbitdb/orbit-db-kvstore",
7-
"bugs":"https://github.com/orbitdb/orbit-db-kvstore/issues",
6+
"homepage": "https://github.com/orbitdb/orbit-db-kvstore",
7+
"bugs": "https://github.com/orbitdb/orbit-db-kvstore/issues",
88
"scripts": {
99
"test": "echo \"Error: no test specified\" && exit 1"
1010
},
11-
"keywords":[
11+
"keywords": [
1212
"orbit-db",
1313
"orbitdb",
1414
"kv",
1515
"key-value",
1616
"kv-store"
1717
],
1818
"author": "Haad",
19-
"contributors":[
19+
"contributors": [
2020
"haadcode",
2121
"greenkeeperio-bot",
2222
"shamb0t",
@@ -26,6 +26,6 @@
2626
],
2727
"license": "MIT",
2828
"dependencies": {
29-
"orbit-db-store": "next"
29+
"orbit-db-store": "~2.6.0"
3030
}
3131
}

0 commit comments

Comments
 (0)