Skip to content

Commit ebce2b1

Browse files
authored
Update CONTRIBUTING.md
Thanks to io.js for forcing node.js to incorporate new language features regularly! 😁
1 parent 826664a commit ebce2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
This plugin needs to run in as many environments as possible. Avoid modern constructs (e.g. `let`, `const`, `import`) in favor of older ones (e.g. `var`, `require`).
3+
This plugin needs to run in as many environments as possible. Only use language features supported by the current "Maintenance LTS" Node.js release ([release schedule](https://github.com/nodejs/release#release-schedule)).
44

55
## Publishing
66

0 commit comments

Comments
 (0)