Skip to content

Commit 806ae13

Browse files
aforismesenfacebook-github-bot
authored andcommitted
Support npm version 6.x (#1866)
Summary: **Summary** Now `nvm install 8` ends up installing npm 6.4.1 but our `package.json` doesn't support that npm version. This PR includes 6.x in the versions we support. More context: facebookarchive/draft-js#1864 (comment) **Test Plan** CI tests. Pull Request resolved: facebookarchive/draft-js#1866 Reviewed By: niveditc Differential Revision: D9789746 Pulled By: niveditc fbshipit-source-id: 8bdf8573c84d66bdce8281c4b2660df953399583
1 parent 4147302 commit 806ae13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
"devEngines": {
8888
"node": "8.x || 9.x",
89-
"npm": "2.x || 3.x || 5.x"
89+
"npm": "2.x || 3.x || 5.x || 6.x"
9090
},
9191
"jest": {
9292
"automock": true,

0 commit comments

Comments
 (0)