Added correct github repo URL

master
Keith Irwin 2018-02-23 21:20:03 +00:00
parent 763f3297f7
commit 51ceac973f
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -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 <mocha-froth@keithirwin.us> (https://keithirwin.us)",
"license": "GPL-3.0"
}