Skip to content

Commit

Permalink
[tool] update sane dep
Browse files Browse the repository at this point in the history
Summary: sane@2 added fsevents support. sane@3 bumped the minimum node version to 6.0, same as ours. sane@4 removed fsevents support, but that seems to be controversial, so excluding it for now: amasad/sane#130

Reviewed By: gabelevi

Differential Revision: D17425813

fbshipit-source-id: 426aee1710cd84a5bf27ddbfc8c5977b33e053fd
  • Loading branch information
mroch authored and facebook-github-bot committed Sep 18, 2019
1 parent 77735b8 commit e5ad207
Show file tree
Hide file tree
Showing 2 changed files with 652 additions and 34 deletions.
2 changes: 1 addition & 1 deletion packages/flow-dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"newtests": "*",
"resolve": "^1.1.7",
"rimraf": "^2.5.2",
"sane": "^1.4.0",
"sane": "^1.4.0 || ^2.0.0 || ^3.0.0",
"semver": "^5.6.0",
"source-map-support": "~0.4.0",
"twit": "^2.1.5",
Expand Down
Loading

0 comments on commit e5ad207

Please sign in to comment.