axios-debug-log
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "axios-debug-log", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Axios interceptor of logging requests & responses by debug.", | ||
@@ -9,4 +9,3 @@ "main": "index.js", | ||
"typing": "tsc", | ||
"unit": "mocha --require should --require should-sinon", | ||
"test": "npm run lint && npm run unit && npm run typing", | ||
"test": "mocha --require should --require should-sinon", | ||
"coverage": "nyc npm test && nyc report --reporter=html" | ||
@@ -13,0 +12,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
44030