Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #91 from cnpm/support-leveldown
Browse files Browse the repository at this point in the history
feat: mirror leveldown
  • Loading branch information
fengmk2 committed Mar 8, 2016
2 parents d301194 + 6559139 commit 91f96b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,17 @@ var config = {
syncerClass: 'GithubWithVersion',
needFormatTagName: false,
},
leveldown: {
name: 'leveldown',
category: 'leveldown',
enable: true,
disturl: 'https://github.com/Level/leveldown/releases',
repo: 'Level/leveldown',
url: 'https://github.com/Level/leveldown',
description: 'Pure C++ Node.js LevelDB binding serving as the back-end to LevelUP',
syncerClass: 'GithubWithVersion',
needFormatTagName: false,
},
sqlite3: {
name: 'sqlite3',
category: 'sqlite3',
Expand Down

0 comments on commit 91f96b4

Please sign in to comment.