Skip to content

Commit

Permalink
fix: update is-npm-not-yarn for yarn@1 support
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
AndersDJohnson committed Sep 15, 2017
1 parent a2a4df5 commit ad91792
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 @@ -14,6 +14,6 @@
"author": "Anders D. Johnson",
"license": "ISC",
"dependencies": {
"is-npm-not-yarn": "^1.0.0"
"is-npm-not-yarn": "^2.0.0"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# yarn lockfile v1


is-npm-not-yarn@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-npm-not-yarn/-/is-npm-not-yarn-1.0.0.tgz#7406a2d1ef8e8d4caef9b4b10af5c804309db1d8"
is-npm-not-yarn@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-npm-not-yarn/-/is-npm-not-yarn-2.0.0.tgz#52a3a440f7da7b7005af86fef405178ecb80f30d"

0 comments on commit ad91792

Please sign in to comment.