From b063fd73d21d521c3d93a91eb9c4bcabd9b00409 Mon Sep 17 00:00:00 2001 From: James Pegg Date: Mon, 11 Mar 2019 22:05:30 +0000 Subject: [PATCH] Resolves #18 Dropped node and npm requirements down to 8.0.0 and 5.0.0 respectively. All tests are passing on Travis. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a012ea0..b68021d 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,6 @@ export default { ... ``` + +# Node v8 Support +Since v0.5.0, `prismic-nuxt` should now work with Node v8 and above. We don't manually test on Node v8, however unit tests will now be tested on both Node v8 and V10 on Travis. There's no guarantees that it'll work as expected, especially after Node v8 drops out of support in January 2020.