yxorp 0.1.4 → 0.1.5

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,13 +3,13 @@ This is a simple CLI reverse proxy utility for rewriting or mocking API data. It
3
3
 
4
4
  ## Installation
5
5
  ```
6
- npm i -g yxopr
6
+ npm i -g yxorp
7
7
  ```
8
8
  ## Usage
9
9
  Just run yxopr in folder which contains yxopr.json
10
10
 
11
11
  ## Config
12
- Simple yxopr.json example:
12
+ Simple yxorp.json example:
13
13
  ```json
14
14
  {
15
15
  "#": "The site that will be proxied"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yxorp",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Yxorp is a reverse proxy for rewriting or mocking API data.",
5
5
  "main": "src/index.ts",
6
6
  "bin": {