Skip to content

Commit

Permalink
🐛 Fix: works on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed Mar 23, 2017
1 parent deb1c1a commit 2fba853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"chalk": "^1.1.3",
"execa": "^0.6.1",
"inquirer": "^3.0.6",
"is-git-repository": "^1.0.0",
"is-git-repository": "^1.0.1",
"json-extra": "^0.5.0",
"update-notifier": "^2.1.0",
"yargs": "^7.0.2"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2181,9 +2181,9 @@ is-generator-fn@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-1.0.0.tgz#969d49e1bb3329f6bb7f09089be26578b2ddd46a"

is-git-repository@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-git-repository/-/is-git-repository-1.0.0.tgz#cdcfa0d4f0bc187e168d51dd1da3e0f21036b2c8"
is-git-repository@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-git-repository/-/is-git-repository-1.0.1.tgz#db80512b6ce8db3fa90c84292a7b525e427f5746"
dependencies:
execa "^0.6.1"

Expand Down

0 comments on commit 2fba853

Please sign in to comment.