Ajedi32 / metalsmith-metafiles

A Metalsmith plugin to read file metadata from separate files (as an alternative to frontmatter)
MIT License
6 stars 2 forks source link

Declare Node dependency #6

Closed Ajedi32 closed 8 years ago

Ajedi32 commented 8 years ago

Update package.json to specify the versions of Node this plugin will work with.

Ajedi32 commented 8 years ago

Actually, I think I'll hold off on this for now. I'm pretty sure this project technically still supports Node 0.12.x, but it's untested since setting up the tests to use the --harmony-generators flag on node 0.12.x is a pain.

Introducing Node > 4 as a dependency might needlessly break the project for users running older versions of node. (Because NPM would enforce that requirement, I'm assuming.) So for now I'll just ignore this until I see a more compelling reason to require Node 4+.