Skip to content

Commit

Permalink
add standard
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Oct 11, 2017
1 parent 100b134 commit 6a4145d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -5,7 +5,10 @@ Level

**Fast & simple storage - a Node.js-style LevelDB wrapper**

[![Build Status](https://secure.travis-ci.org/Level/level.png)](http://travis-ci.org/Level/level) [![dependencies](https://david-dm.org/Level/level.svg)](https://david-dm.org/level/level) [![Greenkeeper badge](https://badges.greenkeeper.io/Level/level.svg)](https://greenkeeper.io/)
[![Build Status](https://secure.travis-ci.org/Level/level.png)](http://travis-ci.org/Level/level)
[![dependencies](https://david-dm.org/Level/level.svg)](https://david-dm.org/level/level)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Greenkeeper badge](https://badges.greenkeeper.io/Level/level.svg)](https://greenkeeper.io/)

[![NPM](https://nodei.co/npm/level.png?stars&downloads&downloadRank)](https://nodei.co/npm/level/) [![NPM](https://nodei.co/npm-dl/level.png?months=6&height=3)](https://nodei.co/npm/level/)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -37,10 +37,11 @@
"leveldown": "~2.0.0"
},
"devDependencies": {
"standard": "^10.0.3",
"tape": "^4.2.2"
},
"scripts": {
"test": "node ./test.js"
"test": "standard && node test.js"
},
"license": "MIT"
}

0 comments on commit 6a4145d

Please sign in to comment.