File tree 4 files changed +0
-234
lines changed
4 files changed +0
-234
lines changed Original file line number Diff line number Diff line change 74
74
"loader-utils" : " ^0.2.16" ,
75
75
"lodash" : " ^4.11.1" ,
76
76
"magic-string" : " ^0.16.0" ,
77
- "markdown-it" : " 4.3.0" ,
78
- "markdown-it-terminal" : " 0.0.3" ,
79
77
"minimatch" : " ^3.0.3" ,
80
78
"node-modules-path" : " ^1.0.0" ,
81
79
"node-sass" : " ^4.3.0" ,
Original file line number Diff line number Diff line change 6
6
var FileInfo = require ( './file-info' ) ;
7
7
var Promise = require ( '../ext/promise' ) ;
8
8
var chalk = require ( 'chalk' ) ;
9
- var MarkdownColor = require ( '../utilities/markdown-color' ) ;
10
9
var printableProperties = require ( '../utilities/printable-properties' ) . blueprint ;
11
10
var sequence = require ( '../utilities/sequence' ) ;
12
11
var printCommand = require ( '../utilities/print-command' ) ;
@@ -1119,12 +1118,6 @@ Blueprint.prototype.printBasicHelp = function(verbose) {
1119
1118
} ;
1120
1119
1121
1120
Blueprint . prototype . printDetailedHelp = function ( ) {
1122
- var markdownColor = new MarkdownColor ( ) ;
1123
- var filePath = getDetailedHelpPath ( this . path ) ;
1124
-
1125
- if ( existsSync ( filePath ) ) {
1126
- return markdownColor . renderFile ( filePath , { indent : ' ' } ) ;
1127
- }
1128
1121
return '' ;
1129
1122
} ;
1130
1123
@@ -1480,13 +1473,3 @@ function dir(fullPath) {
1480
1473
return [ ] ;
1481
1474
}
1482
1475
}
1483
-
1484
- /**
1485
- @private
1486
- @method getDetailedHelpPath
1487
- @param {String } thisPath
1488
- @return {String } help path
1489
- */
1490
- function getDetailedHelpPath ( thisPath ) {
1491
- return path . join ( thisPath , './HELP.md' ) ;
1492
- }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 61
61
"less" : " ^2.7.2" ,
62
62
"less-loader" : " ^2.2.3" ,
63
63
"lodash" : " ^4.11.1" ,
64
- "markdown-it" : " 4.3.0" ,
65
- "markdown-it-terminal" : " 0.0.3" ,
66
64
"minimatch" : " ^3.0.3" ,
67
65
"node-modules-path" : " ^1.0.0" ,
68
66
"node-sass" : " ^4.3.0" ,
You can’t perform that action at this time.
0 commit comments