@mbtest/mountebank 2.9.3-beta.9302 → 2.9.3-beta.9316

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
@@ -47,7 +47,7 @@ See [getting started](https://www.mbtest.dev/docs/gettingStarted) guide for more
47
47
 
48
48
  Install:
49
49
 
50
- npm install -g mountebank
50
+ npm install -g @mbtest/mountebank
51
51
 
52
52
  Run:
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mbtest/mountebank",
3
- "version": "2.9.3-beta.9302",
3
+ "version": "2.9.3-beta.9316",
4
4
  "author": "Brandon Byars <brandon.byars@gmail.com>",
5
5
  "description": "Over the wire test doubles",
6
6
  "homepage": "http://www.mbtest.dev",