File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
},
50
50
"homepage" : " https://github.com/bahmutov/manpm#readme" ,
51
51
"dependencies" : {
52
+ "@bahmutov/parse-github-repo-url" : " 0.0.0" ,
52
53
"bluebird" : " 3.0.5" ,
53
54
"check-more-types" : " 2.2.0" ,
54
55
"debug" : " 2.2.0" ,
58
59
"marked" : " 0.3.5" ,
59
60
"marked-terminal" : " https://github.com/mikaelbr/marked-terminal.git#35f6ddac9d9f32b11e85ceb6bc5f42642f06e456" ,
60
61
"marked-to-md" : " 1.0.1" ,
61
- "parse-github-repo-url" : " https://github.com/bahmutov/parse-github-repo-url.git#52c8b013e1ab3fa4ad8e305e8afeb9109313dc31" ,
62
62
"really-need" : " 1.7.2" ,
63
63
"simple-bin-help" : " 1.5.0" ,
64
64
"simple-get" : " 1.4.3" ,
67
67
"preferGlobal" : true ,
68
68
"config" : {
69
69
"pre-git" : {
70
- "commit-msg" : " validate-commit-msg " ,
70
+ "commit-msg" : " simple " ,
71
71
"pre-commit" : [
72
72
" npm run ban" ,
73
73
" npm run lint" ,
92
92
"git-issues" : " 1.2.0" ,
93
93
"mocha" : " 2.3.4" ,
94
94
"next-update" : " 0.9.5" ,
95
- "pre-git" : " 1.3 .1" ,
95
+ "pre-git" : " 3.1 .1" ,
96
96
"quote" : " 0.4.0" ,
97
97
"semantic-release" : " 4.3.5"
98
98
}
Original file line number Diff line number Diff line change 1
1
var log = require ( 'debug' ) ( 'manpm' ) ;
2
2
var la = require ( 'lazy-ass' ) ;
3
3
var check = require ( 'check-more-types' ) ;
4
- var parseGithubRepoUrl = require ( 'parse-github-repo-url' ) ;
4
+ var parseGithubRepoUrl = require ( '@bahmutov/ parse-github-repo-url' ) ;
5
5
var utils = require ( './utils' ) ;
6
6
7
7
// working around github-url-to-object used inside get-package-readme
Original file line number Diff line number Diff line change 1
1
var log = require ( 'debug' ) ( 'manpm' ) ;
2
2
var la = require ( 'lazy-ass' ) ;
3
3
var check = require ( 'check-more-types' ) ;
4
- var parseGithubRepoUrl = require ( 'parse-github-repo-url' ) ;
4
+ var parseGithubRepoUrl = require ( '@bahmutov/ parse-github-repo-url' ) ;
5
5
6
6
// TODO move to kensho/check-more-types
7
7
function maybeGithubRepoName ( name ) {
You can’t perform that action at this time.
0 commit comments