From e0e6f0b0ecbe7fa6077aff292065194d8a4786d0 Mon Sep 17 00:00:00 2001 From: Matthew J Martin <19975+matmar10@users.noreply.github.com> Date: Wed, 10 Nov 2021 00:40:11 -0500 Subject: [PATCH] docs: rename github owner to corporate sponsor to match npm scope --- docs/md/docs/reporters.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/md/docs/reporters.md b/docs/md/docs/reporters.md index 227c76e..f471f14 100644 --- a/docs/md/docs/reporters.md +++ b/docs/md/docs/reporters.md @@ -59,7 +59,7 @@ Following events are emitted on the launcher object - test skip - end (Indicates the end of a suite) -If you are looking to write a custom reporter, take a look at REST-EZ's [JSON Reporter](https://github.com/matmar10/rest-ez/blob/master/lib/reporters/json.js) +If you are looking to write a custom reporter, take a look at REST-EZ's [JSON Reporter](https://github.com/blossomfinance/rest-ez/blob/master/lib/reporters/json.js) ### Reporter options ### @@ -90,5 +90,5 @@ A sample REST-EZ invocation would look like: ```bash -./node_modules/.bin/just-api --reporter html,json --reporter-options jsonReportDir=reports,jsonReportName=json-report,htmlReportDir=reports,htmlReportName=html-report,logRequests +./node_modules/.bin/just-api --reporter html,json --reporter-options jsonReportDir=reports,jsonReportName=json-report,htmlReportDir=reports,htmlReportName=html-report,logRequests ``` diff --git a/package.json b/package.json index c40b69e..a8f4ae6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@blossomfinance/rest-ez", "version": "1.5.0", "description": "Easy, spec based API test framework for HTTP APIs (REST, GraphQL)", - "homepage": "https://matmar10.github.io/rest-ez/", + "homepage": "https://blossomfinance.github.io/rest-ez/", "keywords": [ "API", "mocha", @@ -30,7 +30,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/matmar10/rest-ez.git" + "url": "https://github.com/blossomfinance/rest-ez.git" }, "engines": { "node": ">=7.10.0",