Skip to content

Commit

Permalink
Hotfix develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jtvargas committed Dec 28, 2019
1 parent aa7180a commit 984c53e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 47 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/main.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yml

This file was deleted.

7 changes: 1 addition & 6 deletions App/Screens/Calendar/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,4 @@ const mapStateToProps = (state, props) => {
};
};

export default WithLogger(
connect(
mapStateToProps,
null
)(Calendar)
);
export default WithLogger(connect(mapStateToProps, null)(Calendar));
18 changes: 1 addition & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6702,22 +6702,6 @@ node-notifier@^5.2.1, node-notifier@^5.4.2:
shellwords "^0.1.1"
which "^1.3.0"

node-pre-gyp@*:
version "0.14.0"
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.14.0.tgz#9a0596533b877289bcad4e143982ca3d904ddc83"
integrity sha512-+CvDC7ZttU/sSt9rFjix/P05iS43qHCOOGzcr3Ry99bXG7VX953+vFyEuph/tfqoYu8dttBkE86JSKBO2OzcxA==
dependencies:
detect-libc "^1.0.2"
mkdirp "^0.5.1"
needle "^2.2.1"
nopt "^4.0.1"
npm-packlist "^1.1.6"
npmlog "^4.0.2"
rc "^1.2.7"
rimraf "^2.6.1"
semver "^5.3.0"
tar "^4.4.2"

node-pre-gyp@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.11.0.tgz#db1f33215272f692cd38f03238e3e9b47c5dd054"
Expand Down Expand Up @@ -9357,7 +9341,7 @@ table@^5.2.3:
slice-ansi "^2.1.0"
string-width "^3.0.0"

tar@^4, tar@^4.4.2:
tar@^4:
version "4.4.13"
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==
Expand Down

0 comments on commit 984c53e

Please sign in to comment.