Skip to content

Commit b1b3cdc

Browse files
committed
docs: add a note about rest/spread support
1 parent 34f4173 commit b1b3cdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Parses YAML files. Supports a data layout that is compatible with netlify-cms.
44

5+
## Prerequisites
6+
7+
You must be using a version of node that supports object rest/spread (e.g v8.6.0).
8+
59
## Install
610

711
`npm install --save gatsby-transformer-yaml-netlify`

0 commit comments

Comments
 (0)