tag: v0.0.2

This commit is contained in:
Hazork 2021-09-01 16:21:48 -03:00
parent 5a201e3d68
commit cc6332ff24
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "axios-cache-interceptor",
"version": "0.0.1",
"version": "0.0.2",
"description": "Cache interceptor for axios",
"main": "dist/index.js",
"scripts": {

View File

@ -1,4 +1,4 @@
import { Deferred } from '../utils/deferred';
import { Deferred } from '#/utils/deferred';
export interface CacheStorage {
/**