File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/cli/cli-command/analyze Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,10 @@ Options:
170
170
return debugJsonTransformer ( results , program , config ) ;
171
171
case "json" :
172
172
console . log ( `\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!` ) ;
173
- console . log ( `WARNING: This json format is for experimental and demo purposes. You can expect changes to this format.` ) ;
173
+ console . log ( ` WARNING: This json format is for experimental and demo purposes. You can expect changes to this format.` ) ;
174
+ console . log ( ` Please follow and contribute to the discussion at:` ) ;
175
+ console . log ( ` - https://github.com/webcomponents/custom-elements-json` ) ;
176
+ console . log ( ` - https://github.com/w3c/webcomponents/issues/776` ) ;
174
177
console . log ( `!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n` ) ;
175
178
return jsonTransformer ( results , program , config ) ;
176
179
default :
You can’t perform that action at this time.
0 commit comments