@3846masa/axios-cookiejar-support
Advanced tools
Comparing version 0.1.4 to 0.2.0
@@ -11,2 +11,2 @@ import { AxiosInstance } from 'axios'; | ||
declare var axiosCookieJarSupport: (instance: AxiosInstance) => AxiosInstance; | ||
export = axiosCookieJarSupport; | ||
export default axiosCookieJarSupport; |
@@ -14,4 +14,4 @@ { | ||
}, | ||
"version": "0.1.4", | ||
"main": "./index.js", | ||
"version": "0.2.0", | ||
"main": "./lib/index", | ||
"directories": { | ||
@@ -22,4 +22,5 @@ "example": "example", | ||
"scripts": { | ||
"test": "mocha --require intelli-espower-loader", | ||
"postversion": "git commit --amend --allow-empty -m \"[skip ci] `git log -1 --pretty=%s`\"" | ||
"build": "babel lib -x .mjs --out-dir lib", | ||
"clean": "rimraf lib/**/*.js", | ||
"test": "mocha --require intelli-espower-loader" | ||
}, | ||
@@ -35,10 +36,16 @@ "dependencies": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0-beta.32", | ||
"@babel/core": "^7.0.0-beta.32", | ||
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.32", | ||
"axios": "0.17.1", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"cookie": "0.3.1", | ||
"decache": "4.3.0", | ||
"eslint": "4.11.0", | ||
"eslint": "4.12.0", | ||
"fast-async": "^6.3.0", | ||
"intelli-espower-loader": "1.0.1", | ||
"mocha": "4.0.1", | ||
"nock": "9.1.0", | ||
"power-assert": "1.4.4" | ||
"nock": "9.1.1", | ||
"power-assert": "1.4.4", | ||
"rimraf": "^2.6.2" | ||
}, | ||
@@ -45,0 +52,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
111112
17
14
598