Skip to content

Commit 3723e49

Browse files
committed
Merge branch 'master' of /Users/andy/es2015-library-skeleton
2 parents 5c73330 + b5a3b0d commit 3723e49

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-plugin-flowtype": "^2.30.0",
8484
"eslint-plugin-react": "^7.0.0",
8585
"eslint-watch": "^3.0.0",
86-
"flow-bin": "^0.69.0",
86+
"flow-bin": "^0.70.0",
8787
"flow-copy-source": "^1.2.1",
8888
"flow-watch": "^1.1.0",
8989
"husky": "^0.14.3",

solano.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ profiles:
1414
version: '8.9.0'
1515

1616
tool_config:
17-
git: 2.0.3
17+
git:
18+
version: '2.0.3'
1819

1920
environment:
2021
'CI': 'true'
@@ -46,6 +47,8 @@ hooks:
4647
echo "Will only deploy on 'node_8' profile"
4748
exit
4849
fi
50+
eval `ssh-agent`
51+
ssh-add ~/.ssh/ci_repo_key
4952
git config remote.origin.tagOpt --tags
5053
if [ -f .git/shallow ]; then
5154
git fetch --unshallow origin

yarn.lock

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,14 @@ aws-sign2@~0.7.0:
498498
version "0.7.0"
499499
resolved "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
500500

501-
aws4@^1.2.1, aws4@^1.6.0:
501+
aws4@^1.2.1:
502502
version "1.6.0"
503503
resolved "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
504504

505+
aws4@^1.6.0:
506+
version "1.7.0"
507+
resolved "https://registry.npmjs.org/aws4/-/aws4-1.7.0.tgz#d4d0e9b9dbfca77bf08eeb0a8a471550fe39e289"
508+
505509
babel-cli@^6.22.2:
506510
version "6.26.0"
507511
resolved "https://registry.npmjs.org/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
@@ -2735,9 +2739,9 @@ flat-cache@^1.2.1:
27352739
graceful-fs "^4.1.2"
27362740
write "^0.2.1"
27372741

2738-
flow-bin@^0.69.0:
2739-
version "0.69.0"
2740-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.69.0.tgz#053159a684a6051fcbf0b71a2eb19a9679082da6"
2742+
flow-bin@^0.70.0:
2743+
version "0.70.0"
2744+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.70.0.tgz#080ae83a997f2b4ddb3dc2649bf13336825292b5"
27412745

27422746
flow-copy-source@^1.2.1:
27432747
version "1.2.1"

0 commit comments

Comments
 (0)