This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Commit 584d849
Remove Node 6 from engines list in package.json
Summary:
**Summary**
Fixes #1650.
Travis is using Node 8 since 247a632, and Prettier is already configured in a way that's not Node-6 compatible:
https://github.com/facebook/draft-js/blob/a6317e60b06519d3c00a2c0621701f3da0837a88/prettier.config.js#L3
Node 8 is the LTS release line since late october 2017 so I think it's fair to remove support for Node 6.
NB: I see `devEngines` also states support for npm 2 and 3. Node 8 ships with npm 5 by default, so I imagine those 2 versions could be removed as well. Edit: Ah actually I see draft-js is at least partially using yarn since #1568 / #1570.
**Test plan**
No tests. This is only removing support, it doesn't affect supported versions.
Closes #1652
Differential Revision: D7013709
fbshipit-source-id: bdb7e105352be2e8f205c36f516b1e6c4cedb5911 parent 6cc2d85 commit 584d849
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments