@mbtest/mountebank 2.9.3-beta.9329 → 2.9.3-beta.9339

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ Work is being done to migrate and upgrade all CI/CD integrations from personal a
6
6
 
7
7
  Pull requests are welcome, but don't expect anything to be merged until CI/CD infrastucture is up and running.
8
8
 
9
- Many thanks goes to [Brandon Byars](https://github.com/bbyars) for all the effort building mountebank in the first place and maintaining the project for more than a decade and finally being helpfull and collaborative during this transition phase.
9
+ Many thanks goes to [Brandon Byars](https://github.com/bbyars) for all the effort building mountebank in the first place, for maintaining the project for more than a decade, and finally, for being helpful and collaborative during this transition phase.
10
10
 
11
11
  # Welcome, friend
12
12
  Build status: [![CircleCI](https://dl.circleci.com/status-badge/img/gh/mountebank-testing/mountebank/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/mountebank-testing/mountebank/tree/master)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mbtest/mountebank",
3
- "version": "2.9.3-beta.9329",
3
+ "version": "2.9.3-beta.9339",
4
4
  "author": "Brandon Byars <brandon.byars@gmail.com>",
5
5
  "description": "Over the wire test doubles",
6
6
  "homepage": "http://www.mbtest.dev",