update
parent
e010b98c53
commit
6909c15ffb
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@bytedo/fetch",
|
"name": "@bytedo/fetch",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"description": "全新的ajax封装。分2个版本, 一个基于XMLHttpRequest, 一个基于window.fetch",
|
"description": "全新的ajax封装。分2个版本, 一个基于XMLHttpRequest, 一个基于window.fetch",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"files": ["dist/*"],
|
"files": ["dist/*"],
|
||||||
|
@ -17,8 +17,5 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/bytedo/fetch/issues"
|
"url": "https://github.com/bytedo/fetch/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/bytedo/fetch#readme",
|
"homepage": "https://github.com/bytedo/fetch#readme"
|
||||||
"devDependencies": {
|
|
||||||
"esbuild": "^0.12.19"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue