Skip to content

Commit

Permalink
chore(js-given): Bump fs-extra version
Browse files Browse the repository at this point in the history
  • Loading branch information
flegall committed Aug 6, 2017
1 parent 8511627 commit 4f09be2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- yarn
- travis_wait 45 yarn
after_success:
- 'cat ./js-given/coverage/lcov.info | ./node_modules/.bin/coveralls'
2 changes: 1 addition & 1 deletion js-given/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"dependencies": {
"babel-polyfill": "^6.23.0",
"decompress-zip": "0.3.0",
"fs-extra": "^4.0.0",
"fs-extra": "^4.0.1",
"is-promise": "^2.1.0",
"lodash": "^4.17.4",
"retrieve-arguments": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions js-given/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1838,9 +1838,9 @@ formatio@1.2.0, formatio@^1.2.0:
dependencies:
samsam "1.x"

fs-extra@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.0.tgz#414fb4ca2d2170ba0014159d3a8aec3303418d9e"
fs-extra@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.1.tgz#7fc0c6c8957f983f57f306a24e5b9ddd8d0dd880"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^3.0.0"
Expand Down

0 comments on commit 4f09be2

Please sign in to comment.