File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 10
10
"build" : " yarn run build:clean && yarn run build:lib" ,
11
11
"build:clean" : " rimraf lib" ,
12
12
"build:lib" : " babel -d lib src --ignore '**/__tests__/**'" ,
13
- "build:flow" : " flow-copy-source -v -i '**/__tests__/**' src lib" ,
14
13
"ci-build" : " yarn run build" ,
15
14
"ci-release-notes" : " conventional-github-releaser -p eslint"
16
15
},
37
36
"babel-register" : " ^6.26.0" ,
38
37
"conventional-github-releaser" : " ^2.0.0" ,
39
38
"eslint" : " ^4.15.0" ,
40
- "flow-bin" : " ^0.63.1" ,
41
39
"gulp" : " ^3.9.1" ,
42
40
"rimraf" : " >=2.6.1" ,
43
41
"yargs" : " ^10.0.3"
Original file line number Diff line number Diff line change @@ -1996,10 +1996,6 @@ flat-cache@^1.2.1:
1996
1996
graceful-fs "^4.1.2"
1997
1997
write "^0.2.1"
1998
1998
1999
- flow-bin@^0.63.1 :
2000
- version "0.63.1"
2001
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.63.1.tgz#ab00067c197169a5fb5b4996c8f6927b06694828"
2002
-
2003
1999
follow-redirects@^1.2.5 :
2004
2000
version "1.4.1"
2005
2001
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.4.1.tgz#d8120f4518190f55aac65bb6fc7b85fcd666d6aa"
You can’t perform that action at this time.
0 commit comments