Skip to content

Commit

Permalink
Merge pull request #48 from 142vip/feat/add-pacakge
Browse files Browse the repository at this point in the history
feat: packages中的各模块增加homepage等信息
  • Loading branch information
mmdapl authored Aug 7, 2024
2 parents a828b4c + b0df105 commit d8eb219
Show file tree
Hide file tree
Showing 17 changed files with 85 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/egg-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"dependencies": {
"dayjs": "^1.11.11"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/egg-axios",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/egg-grpc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"dependencies": {
"dayjs": "^1.11.11"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/egg-grpc-client",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/egg-grpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"dependencies": {
"dayjs": "^1.11.11"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/egg-grpc-server",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/egg-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"access": "public",
"registry": "https://registry.npmjs.org"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/egg-mysql",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"author": "mmdapl <[email protected]>",
"license": "MIT"
}
5 changes: 5 additions & 0 deletions packages/egg-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"access": "public",
"registry": "https://registry.npmjs.org"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/egg-redis",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"author": "mmdapl <[email protected]>",
"license": "MIT"
}
5 changes: 5 additions & 0 deletions packages/egg-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"dependencies": {
"egg-sequelize": "^6.0.0"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/egg-sequelize",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/egg-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"dependencies": {
"dayjs": "^1.11.11"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/egg-swagger",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/egg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"dependencies": {
"dayjs": "^1.11.11"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/egg",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"dependencies": {
"dayjs": "^1.11.11"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/eslint-config",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/nest-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"dependencies": {
"dayjs": "^1.11.11"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/nest-redis",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/nest-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"access": "public",
"registry": "https://registry.npmjs.org"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/nest-typeorm",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"author": "mmdapl <[email protected]>",
"license": "MIT"
}
5 changes: 5 additions & 0 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"@nestjs/testing": "^9.0.0",
"@types/express": "^4.17.13"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/nest",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"dependencies": {
"dayjs": "^1.11.11"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/oauth",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"dependencies": {
"ioredis": "^5.4.1"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/redis",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"dependencies": {
"typeorm": "^0.3.20"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/typeorm",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/vitepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"build": "unbuild",
"typecheck": "tsc --noEmit"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/vitepress",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
5 changes: 5 additions & 0 deletions packages/vuepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"vuepress-plugin-search-pro": "2.0.0-beta.238",
"vuepress-theme-hope": "2.0.0-beta.238"
},
"homepage": "https://github.com/142vip/core-x/tree/main/packages/vuepress",
"repository": {
"type": "git",
"url": "https://github.com/142vip/core-x.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit d8eb219

Please sign in to comment.