axios-mock-shim
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "axios-mock-shim", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A plugin build for easily using axios-mock-adapter with axios", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -25,3 +25,3 @@ # Axios Mock Shim | ||
```js | ||
import { createAxios, createAPIHandler } from './axios-mock-shim'; | ||
import { createAxios, createAPIHandler } from 'axios-mock-shim'; | ||
``` | ||
@@ -28,0 +28,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
17309