add extra newline just to be safe
This commit is contained in:
		
							parent
							
								
									a7ed9d461a
								
							
						
					
					
						commit
						4512925240
					
				
							
								
								
									
										2
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								index.js
									
									
									
									
									
								
							@ -86,7 +86,7 @@
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return '---' + handlers[typeOf(data)](data);
 | 
					    return '---' + handlers[typeOf(data)](data) + '\n';
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  module.exports.stringify = stringify;
 | 
					  module.exports.stringify = stringify;
 | 
				
			||||||
 | 
				
			|||||||
@ -3,7 +3,7 @@
 | 
				
			|||||||
  "name": "json2yaml",
 | 
					  "name": "json2yaml",
 | 
				
			||||||
  "description": "A commandline utility to convert JSON to YAML / YML",
 | 
					  "description": "A commandline utility to convert JSON to YAML / YML",
 | 
				
			||||||
  "keywords": ["yml", "yaml", "json", "cli", "util"],
 | 
					  "keywords": ["yml", "yaml", "json", "cli", "util"],
 | 
				
			||||||
  "version": "1.0.0",
 | 
					  "version": "1.0.1",
 | 
				
			||||||
  "main": "index.js",
 | 
					  "main": "index.js",
 | 
				
			||||||
  "bin": {
 | 
					  "bin": {
 | 
				
			||||||
    "json2yaml": "./cli.js",
 | 
					    "json2yaml": "./cli.js",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user