Skip to content

Commit

Permalink
chore: convert gracefulifyFs to TS (#701)
Browse files Browse the repository at this point in the history
* chore: convert gracefulifyFs to Typescript

* chore: add FlowFixMe temporarily for files converted to TS
  • Loading branch information
assuncaocharles authored and thymikee committed Sep 10, 2019
1 parent db823af commit 9de36d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"react-native": "^0.60.0"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3",
"@types/semver": "^6.0.2",
"slash": "^3.0.0",
"snapshot-diff": "^0.5.0"
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/

// gracefulify() has to be called before anything else runs
// $FlowFixMe - converted to TS
import './tools/gracefulifyFs';
import cli from './cliEntry';

Expand Down
File renamed without changes.

0 comments on commit 9de36d3

Please sign in to comment.