@vespaiach/axios-fetch-adapter
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@vespaiach/axios-fetch-adapter", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Fetch adapter for axios", | ||
@@ -9,4 +9,4 @@ "main": "dist/adapter.js", | ||
"build": "rollup -c", | ||
"test": "jest", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run build", | ||
"release": "np" | ||
}, | ||
@@ -29,3 +29,2 @@ "repository": { | ||
"devDependencies": { | ||
"axios": "^0.21.1", | ||
"@babel/core": "^7.12.10", | ||
@@ -35,4 +34,6 @@ "@babel/preset-env": "^7.12.11", | ||
"@rollup/plugin-node-resolve": "^11.1.1", | ||
"axios": "^0.21.1", | ||
"babel-jest": "^26.6.3", | ||
"jest": "^26.6.3", | ||
"np": "^7.4.0", | ||
"rollup": "^2.38.2", | ||
@@ -39,0 +40,0 @@ "rollup-jest": "^1.1.1" |
@@ -11,3 +11,3 @@ # Why | ||
npm install axios | ||
npm install https://github.com/vespaiach/axios-fetch-adapter | ||
npm install @vespaiach/axios-fetch-adapter | ||
``` | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31499
10