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

Commit

Permalink
Add files to package.json and update description
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 9, 2021
1 parent 9690e52 commit 103fe95
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "encoding-down",
"version": "6.3.0",
"description": "LevelDOWN wrapper supporting levelup@1 encodings",
"description": "An abstract-leveldown implementation that wraps another store to encode keys and values",
"license": "MIT",
"main": "index.js",
"scripts": {
Expand All @@ -12,6 +12,13 @@
"dependency-check": "dependency-check . test/*.js",
"prepublishOnly": "npm run dependency-check"
},
"files": [
"index.js",
"CHANGELOG.md",
"CONTRIBUTORS.md",
"LICENSE.md",
"UPGRADING.md"
],
"dependencies": {
"abstract-leveldown": "^7.0.0",
"inherits": "^2.0.3",
Expand Down

0 comments on commit 103fe95

Please sign in to comment.