Skip to content

Commit 8a2b2bd

Browse files
authored
test: exec 单测独立文件 (#123)
1 parent 7c0ad79 commit 8a2b2bd

File tree

5 files changed

+706
-635
lines changed

5 files changed

+706
-635
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,11 @@ curl 方式调用支付宝 [API v3 协议](https://opendocs.alipay.com/open-v3/0
451451
## License
452452

453453
[MIT](LICENSE.txt)
454+
455+
## Contributors
456+
457+
<a href="https://github.com/alipay/alipay-sdk-nodejs-all/graphs/contributors">
458+
<img src="https://contrib.rocks/image?repo=alipay/alipay-sdk-nodejs-all" />
459+
</a>
460+
461+
Made with [contrib.rocks](https://contrib.rocks).

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "alipay-sdk",
33
"version": "4.0.0",
4+
"engines": {
5+
"node": ">=18.0.0"
6+
},
47
"publishConfig": {
58
"tag": "latest",
69
"access": "public"
@@ -27,9 +30,6 @@
2730
"urllib": "^3.25.0",
2831
"utility": "^2.1.0"
2932
},
30-
"engines": {
31-
"node": ">=18.0.0"
32-
},
3333
"devDependencies": {
3434
"@eggjs/tsconfig": "^1.3.3",
3535
"@types/crypto-js": "^4.2.2",
@@ -38,7 +38,6 @@
3838
"egg-bin": "^6.9.0",
3939
"eslint": "8",
4040
"eslint-config-egg": "13",
41-
"git-contributor": "^2.1.5",
4241
"mm": "^3.4.0",
4342
"tshy": "^1.14.0",
4443
"tshy-after": "^1.0.0",

0 commit comments

Comments
 (0)