diff --git a/package.json b/package.json index 080e0be..7dc73ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bytedo/fetch", - "version": "1.1.2", + "version": "1.1.3", "description": "全新的ajax封装。分2个版本, 一个基于XMLHttpRequest, 一个基于window.fetch", "main": "dist/index.js", "files": ["dist/*"], @@ -17,8 +17,5 @@ "bugs": { "url": "https://github.com/bytedo/fetch/issues" }, - "homepage": "https://github.com/bytedo/fetch#readme", - "devDependencies": { - "esbuild": "^0.12.19" - } + "homepage": "https://github.com/bytedo/fetch#readme" }