Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 5690cdb

Browse files
committed
chore(package): bump version to 2.6.0 + fix bower dependencies declaration
1 parent b26ea93 commit 5690cdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios-cache-adapter",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"homepage": "https://github.com/RasCarlito/axios-cache-adapter",
55
"authors": [
66
"Carl Ogren <[email protected]>"
@@ -28,7 +28,7 @@
2828
"test"
2929
],
3030
"dependencies": {
31-
"axios": "0.18.1",
32-
"lodash": "^4.17.4"
31+
"cache-control-esm": "1.0.0",
32+
"md5": "^2.2.1"
3333
}
3434
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios-cache-adapter",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Caching adapter for axios",
55
"homepage": "https://github.com/RasCarlito/axios-cache-adapter",
66
"author": {

0 commit comments

Comments
 (0)