File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " git-commit-count" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A tool to count the numbers of commits of a git repository" ,
55 "main" : " build.js" ,
66 "scripts" : {
3535 },
3636 "homepage" : " https://github.com/rudolfsonjunior/node-git-commit-count#readme" ,
3737 "dependencies" : {
38- "execa" : " ^0.6.1"
38+ "execa" : " ^0.6.1" ,
39+ "is-git-repository" : " ^1.0.1" ,
40+ "path-is-absolute" : " ^1.0.1"
3941 },
4042 "devDependencies" : {
4143 "ava" : " ^0.18.2" ,
Original file line number Diff line number Diff line change @@ -1181,6 +1181,13 @@ cryptiles@2.x.x:
11811181 dependencies :
11821182 boom "2.x.x"
11831183
1184+ current-git-branch@^1.0.0 :
1185+ version "1.0.0"
1186+ resolved "https://registry.yarnpkg.com/current-git-branch/-/current-git-branch-1.0.0.tgz#2eff7b84b5b15d2e896d6b0d82355ac25ae73461"
1187+ dependencies :
1188+ execa "^0.6.1"
1189+ is-git-repository "^1.0.0"
1190+
11841191currently-unhandled@^0.4.1 :
11851192 version "0.4.1"
11861193 resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -2108,6 +2115,12 @@ is-generator-fn@^1.0.0:
21082115 version "1.0.0"
21092116 resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-1.0.0.tgz#969d49e1bb3329f6bb7f09089be26578b2ddd46a"
21102117
2118+ is-git-repository@^1.0.0, is-git-repository@^1.0.1 :
2119+ version "1.0.1"
2120+ resolved "https://registry.yarnpkg.com/is-git-repository/-/is-git-repository-1.0.1.tgz#db80512b6ce8db3fa90c84292a7b525e427f5746"
2121+ dependencies :
2122+ execa "^0.6.1"
2123+
21112124is-glob@^2.0.0, is-glob@^2.0.1 :
21122125 version "2.0.1"
21132126 resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -2898,7 +2911,7 @@ path-exists@^3.0.0:
28982911 version "3.0.0"
28992912 resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
29002913
2901- path-is-absolute@^1.0.0 :
2914+ path-is-absolute@^1.0.0, path-is-absolute@^1.0.1 :
29022915 version "1.0.1"
29032916 resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
29042917
You can’t perform that action at this time.
0 commit comments