Commit 2f062e1 authored and committed Mar 7, 2018
1 parent d69f700 commit 2f062e1 Copy full SHA for 2f062e1
File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 26
26
"author" : " Felix Kling" ,
27
27
"license" : " BSD-3-Clause" ,
28
28
"dependencies" : {
29
- "async" : " ^1.5.0" ,
30
29
"babel-plugin-transform-flow-strip-types" : " ^6.8.0" ,
31
30
"babel-preset-es2015" : " ^6.9.0" ,
32
31
"babel-preset-stage-1" : " ^6.5.0" ,
36
35
"flow-parser" : " ^0.*" ,
37
36
"lodash" : " ^4.13.1" ,
38
37
"micromatch" : " ^2.3.7" ,
38
+ "neo-async" : " ^2.5.0" ,
39
39
"node-dir" : " 0.1.8" ,
40
40
"nomnom" : " ^1.8.1" ,
41
41
"recast" : " ^0.14.1" ,
Original file line number Diff line number Diff line change 12
12
13
13
const EventEmitter = require ( 'events' ) . EventEmitter ;
14
14
15
- const async = require ( 'async' ) ;
15
+ const async = require ( 'neo- async' ) ;
16
16
const fs = require ( 'fs' ) ;
17
17
const writeFileAtomic = require ( 'write-file-atomic' ) ;
18
18
const getParser = require ( './getParser' ) ;
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ ast-types@0.11.1:
133
133
version "0.11.1"
134
134
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.11.1.tgz#5bb3a8d5ba292c3f4ae94d46df37afc30300b990"
135
135
136
- async@^1.4.0, async@^1.5.0 :
136
+ async@^1.4.0 :
137
137
version "1.5.2"
138
138
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
139
139
@@ -2304,6 +2304,10 @@ natural-compare@^1.4.0:
2304
2304
version "1.4.0"
2305
2305
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
2306
2306
2307
+ neo-async@^2.5.0 :
2308
+ version "2.5.0"
2309
+ resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.5.0.tgz#76b1c823130cca26acfbaccc8fbaf0a2fa33b18f"
2310
+
2307
2311
node-dir@0.1.8 :
2308
2312
version "0.1.8"
2309
2313
resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.8.tgz#55fb8deb699070707fb67f91a460f0448294c77d"
You can’t perform that action at this time.
0 commit comments