From a85ae63c24a77df783ce973bc435fa79a68d1ac1 Mon Sep 17 00:00:00 2001 From: Christoph Diehl Date: Wed, 26 Apr 2017 02:06:13 +0300 Subject: [PATCH] [package.json] Update with Standard --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 091fa3e..7354b99 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 898b0f1..bb04d11 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "standard": "*" }, "scripts": { - "test": "standard && grunt test --verbose" + "test": "standard lib/**/*.js && grunt test --verbose" } }