From 7efb283a40c0067aa59d8f4822924debcf5b2543 Mon Sep 17 00:00:00 2001 From: Dan Jones <dan.jones@noc.ac.uk> Date: Wed, 18 Jan 2023 11:06:59 +0000 Subject: [PATCH] docs: explain axios dependency in README There's probably a better way of handling this in rollup. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 92c9828..deafdb7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Implements: - validation of messages against a specified OpenAPI schema - decode/encode stubs +## Dependencies + +An axios library. Axios is included as a dev dependency to run the tests. +I've not installed it as a runtime dependency because in nuxt you need to +use @nuxtjs/axios instead. + ## Install ### Yarn -- GitLab