Skip to content

Commit

Permalink
Resolves #18
Browse files Browse the repository at this point in the history
Dropped node and npm requirements down to 8.0.0 and 5.0.0 respectively. All tests are passing on Travis.
  • Loading branch information
jamespeggsh committed Mar 11, 2019
1 parent 2397cc4 commit b063fd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ export default {
</script>
...
```

# 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.

0 comments on commit b063fd7

Please sign in to comment.