Bumped version

master
Keith Irwin 2018-03-05 01:07:50 +00:00
parent f43728de6b
commit d65bd6d15b
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
[![npm version](https://badge.fury.io/js/mocha-froth.svg)](https://badge.fury.io/js/mocha-froth)
[![Travis Build Status](https://travis-ci.org/keith24/mocha-froth.svg?branch=master)](https://travis-ci.org/keith24/mocha-froth)
[![Coverage Status](https://coveralls.io/repos/github/keith24/mocha-froth/badge.svg?branch=master)](https://coveralls.io/github/keith24/mocha-froth?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/github/keith24/mocha-froth/badge.svg?targetFile=package.json)](https://snyk.io/test/github/keith24/mocha-froth?targetFile=package.json)
[![Snyk Vulnerabilities](https://snyk.io/test/github/keith24/mocha-froth/badge.svg?targetFile=package.json)](https://snyk.io/test/github/keith24/mocha-froth?targetFile=package.json)
Fuzzer for mocha testing. Or any javascript testing suite, really. This package provides a function that returns an array of random strings. You know, a [fuzzer](https://en.wikipedia.org/wiki/Fuzzer).

View File

@ -1,6 +1,6 @@
{
"name": "mocha-froth",
"version": "0.2.6",
"version": "0.2.7",
"description": "Fuzzer for mocha testing",
"main": "index.js",
"scripts": {