Skip to content

Commit

Permalink
docs: rename github owner to corporate sponsor to match npm scope
Browse files Browse the repository at this point in the history
  • Loading branch information
matmar10 committed Nov 10, 2021
1 parent 3f7b2f4 commit e0e6f0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/md/docs/reporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###

Expand Down Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e0e6f0b

Please sign in to comment.