From 3465bc385b0eab9bd959ad204e18de9d72c6df7d Mon Sep 17 00:00:00 2001 From: Hazork Date: Wed, 1 Sep 2021 16:45:21 -0300 Subject: [PATCH] docs: updated author and readme --- README.md | 6 ++++-- package.json | 6 +++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1a4d2b..212c8d8 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,14 @@ cache.get('http://example.com/'); ### Installing +> Axios is a peer dependency and must be installed separately. + ```sh # Npm -npm install --save axios-cache-interceptor +npm install --save axios axios-cache-interceptor # Yarn -yarn add axios-cache-interceptor +yarn add axios axios-cache-interceptor ```
diff --git a/package.json b/package.json index 0c692f9..076656f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,11 @@ "plugin", "wrapper" ], - "author": "Hazork", + "author": { + "name": "Arthur Fiorette", + "email": "arthur.fiorette@gmail.com", + "url": "https://arthurfiorette.com.br" + }, "license": "MIT", "bugs": { "url": "https://github.com/ArthurFiorette/axios-cache-interceptor/issues"