360-mock-server 1.2.4 → 1.2.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.
- package/README.md +3 -1
- package/package.json +1 -9
package/README.md
CHANGED
|
@@ -263,5 +263,7 @@ This file is automatically created and updated in your project directory.
|
|
|
263
263
|
|
|
264
264
|
## 📄 License
|
|
265
265
|
|
|
266
|
-
|
|
266
|
+
This package is under the premises of **360XpertSolution** and built by **zahidrahimoon**.
|
|
267
|
+
|
|
268
|
+
MIT © [zahidrahimoon](https://github.com/zahidrahimoon/)
|
|
267
269
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "360-mock-server",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "🚀 Zero-config dynamic mock REST API server with Faker.js auto-generation for frontend developers",
|
|
5
5
|
"main": "lib/server.js",
|
|
6
6
|
"bin": {
|
|
@@ -27,14 +27,6 @@
|
|
|
27
27
|
],
|
|
28
28
|
"author": "zahidrahimoon",
|
|
29
29
|
"license": "MIT",
|
|
30
|
-
"repository": {
|
|
31
|
-
"type": "git",
|
|
32
|
-
"url": "git+https://github.com/zahidrahimoon/mock-server.git"
|
|
33
|
-
},
|
|
34
|
-
"bugs": {
|
|
35
|
-
"url": "https://github.com/zahidrahimoon/mock-server/issues"
|
|
36
|
-
},
|
|
37
|
-
"homepage": "https://github.com/zahidrahimoon/mock-server#readme",
|
|
38
30
|
"files": [
|
|
39
31
|
"bin/",
|
|
40
32
|
"lib/",
|