diff --git a/README.md b/README.md index a88ac75..af87162 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # kit-request +[![Greenkeeper badge](https://badges.greenkeeper.io/jskit/kit-request.svg)](https://greenkeeper.io/) + 封装数据请求,fetch 底层使用 isomorphic-fetch,xhr 底层使用 axios ## 用法 diff --git a/package.json b/package.json index a1b43ce..4d8792a 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "assets": "^3.0.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", - "babel-eslint": "^8.2.2", - "babel-plugin-add-module-exports": "^0.2.1", + "babel-eslint": "^10.0.1", + "babel-plugin-add-module-exports": "^1.0.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", @@ -58,8 +58,8 @@ "benchmark": "^2.1.4", "bluebird": "^3.5.1", "chai": "^4.1.2", - "eslint-config-airbnb-base": "^12.1.0", - "eslint-plugin-html": "^4.0.2", + "eslint-config-airbnb-base": "^13.1.0", + "eslint-plugin-html": "^5.0.0", "eslint-plugin-import": "^2.9.0", "mocha": "^5.0.0", "opn": "^5.2.0",