[package.json] Update with Standard
This commit is contained in:
parent
926410cf33
commit
a85ae63c24
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
[![Build Status](https://api.travis-ci.org/MozillaSecurity/octo.svg?branch=master)](https://travis-ci.org/MozillaSecurity/octo) [![Coverage Status](https://coveralls.io/repos/github/MozillaSecurity/octo/badge.svg?branch=master)](https://coveralls.io/github/MozillaSecurity/octo?branch=master)
|
||||
|
||||
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
|
||||
|
||||
A fuzzing framework for JavaScript
|
||||
|
||||
This is WIP.
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
"standard": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && grunt test --verbose"
|
||||
"test": "standard lib/**/*.js && grunt test --verbose"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue