File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed
Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " git-needs-push " ,
3- "version" : " 1 .0.0" ,
4- "description" : " Check synchronously if a git repository needs to push " ,
2+ "name" : " git-commit-info " ,
3+ "version" : " 0 .0.0" ,
4+ "description" : " Get the info of an specific commit hash " ,
55 "main" : " build.js" ,
66 "scripts" : {
77 "pretest" : " npm run lint" ,
1414 },
1515 "repository" : {
1616 "type" : " git" ,
17- "url" : " git+https://github.com/JPeer264/node-git-needs-push .git"
17+ "url" : " git+https://github.com/JPeer264/node-git-commit-info .git"
1818 },
1919 "keywords" : [
2020 " is" ,
2828 "author" : " Jan Peer Stöcklmair" ,
2929 "license" : " MIT" ,
3030 "bugs" : {
31- "url" : " https://github.com/JPeer264/node-git-needs-push /issues"
31+ "url" : " https://github.com/JPeer264/node-git-commit-info /issues"
3232 },
3333 "ava" : {
3434 "require" : " babel-register" ,
3535 "babel" : " inherit"
3636 },
37- "homepage" : " https://github.com/JPeer264/node-git-needs-push #readme" ,
37+ "homepage" : " https://github.com/JPeer264/node-git-commit-info #readme" ,
3838 "dependencies" : {
39- "current-git-branch" : " ^1.0.0" ,
4039 "execa" : " ^0.6.1" ,
4140 "is-git-repository" : " ^1.1.1" ,
4241 "path-is-absolute" : " ^1.0.1"
Original file line number Diff line number Diff line change @@ -1212,13 +1212,6 @@ crypto-random-string@^1.0.0:
12121212 version "1.0.0"
12131213 resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
12141214
1215- current-git-branch@^1.0.0 :
1216- version "1.0.0"
1217- resolved "https://registry.yarnpkg.com/current-git-branch/-/current-git-branch-1.0.0.tgz#2eff7b84b5b15d2e896d6b0d82355ac25ae73461"
1218- dependencies :
1219- execa "^0.6.1"
1220- is-git-repository "^1.0.0"
1221-
12221215currently-unhandled@^0.4.1 :
12231216 version "0.4.1"
12241217 resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -2159,7 +2152,7 @@ is-generator-fn@^1.0.0:
21592152 version "1.0.0"
21602153 resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-1.0.0.tgz#969d49e1bb3329f6bb7f09089be26578b2ddd46a"
21612154
2162- is-git-repository@^1.0.0, is-git-repository@^1. 1.1 :
2155+ is-git-repository@^1.1.1 :
21632156 version "1.1.1"
21642157 resolved "https://registry.yarnpkg.com/is-git-repository/-/is-git-repository-1.1.1.tgz#c68e4b7a806422349aaec488973a90558d7e9be0"
21652158 dependencies :
You can’t perform that action at this time.
0 commit comments