json-api-mocker 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-api-mocker",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "一个基于 JSON 配置的 Mock 服务器",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,12 +33,12 @@
33
33
  "license": "MIT",
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "git+https://github.com/你的用户名/json-mock-server.git"
36
+ "url": "git+https://github.com/Selteve/json-api-mocker.git"
37
37
  },
38
38
  "bugs": {
39
- "url": "https://github.com/你的用户名/json-mock-server/issues"
39
+ "url": "https://github.com/Selteve/json-api-mocker/issues"
40
40
  },
41
- "homepage": "https://github.com/你的用户名/json-mock-server#readme",
41
+ "homepage": "https://github.com/Selteve/json-api-mocker#readme",
42
42
  "dependencies": {
43
43
  "cors": "^2.8.5",
44
44
  "express": "^4.17.1"