Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 296cfe0

Browse files
committed
3.0.0
1 parent ef64509 commit 296cfe0

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

package.json

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level-js",
3-
"version": "3.0.0-rc1",
3+
"version": "3.0.0",
44
"description": "An abstract-leveldown compliant store on top of IndexedDB",
55
"author": "max ogden",
66
"license": "MIT",
@@ -48,16 +48,27 @@
4848
},
4949
"remarkConfig": {
5050
"plugins": [
51-
["remark-git-contributors", "level-community"],
52-
["remark-github"],
53-
["remark-toc", {
54-
"maxDepth": 2,
55-
"tight": true
56-
}],
57-
["remark-collapse", {
58-
"test": "Table of Contents",
59-
"summary": "Click to expand"
60-
}]
51+
[
52+
"remark-git-contributors",
53+
"level-community"
54+
],
55+
[
56+
"remark-github"
57+
],
58+
[
59+
"remark-toc",
60+
{
61+
"maxDepth": 2,
62+
"tight": true
63+
}
64+
],
65+
[
66+
"remark-collapse",
67+
{
68+
"test": "Table of Contents",
69+
"summary": "Click to expand"
70+
}
71+
]
6172
]
6273
},
6374
"repository": {

0 commit comments

Comments
 (0)