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

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jun 17, 2018
1 parent ef64509 commit 296cfe0
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "level-js",
"version": "3.0.0-rc1",
"version": "3.0.0",
"description": "An abstract-leveldown compliant store on top of IndexedDB",
"author": "max ogden",
"license": "MIT",
Expand Down Expand Up @@ -48,16 +48,27 @@
},
"remarkConfig": {
"plugins": [
["remark-git-contributors", "level-community"],
["remark-github"],
["remark-toc", {
"maxDepth": 2,
"tight": true
}],
["remark-collapse", {
"test": "Table of Contents",
"summary": "Click to expand"
}]
[
"remark-git-contributors",
"level-community"
],
[
"remark-github"
],
[
"remark-toc",
{
"maxDepth": 2,
"tight": true
}
],
[
"remark-collapse",
{
"test": "Table of Contents",
"summary": "Click to expand"
}
]
]
},
"repository": {
Expand Down

0 comments on commit 296cfe0

Please sign in to comment.