[package.json] Update with Standard

This commit is contained in:
Christoph Diehl 2017-04-26 02:06:13 +03:00
parent 926410cf33
commit a85ae63c24
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -13,6 +13,6 @@
"standard": "*"
},
"scripts": {
"test": "standard && grunt test --verbose"
"test": "standard lib/**/*.js && grunt test --verbose"
}
}