diff --git a/README.md b/README.md index 5688913..493bab4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # mocha-froth -###### v0.1.0 +###### v0.1.1 [Keith Irwin](https://keithirwin.us/) 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). diff --git a/package.json b/package.json index 930861c..62ef3ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-froth", - "version": "0.1.0", + "version": "0.1.1", "description": "Fuzzer for mocha testing", "main": "index.js", "scripts": { @@ -13,6 +13,10 @@ "test", "random" ], + "repository": { + "type": "git", + "url": "https://github.com/keith24/mocha-froth" + }, "author": "Keith Irwin (https://keithirwin.us)", "license": "GPL-3.0" }