Adding License information to the package.json
This will make the license being used visible on npmjs.com, and downstream consumers via npm install, etc.
This commit is contained in:
		
							父節點
							
								
									99a8cfe6fb
								
							
						
					
					
						當前提交
						15c61eccf8
					
				@ -4,6 +4,7 @@
 | 
				
			|||||||
  "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.3",
 | 
					  "version": "1.0.3",
 | 
				
			||||||
 | 
					  "license": "Apache-2.0",
 | 
				
			||||||
  "main": "index.js",
 | 
					  "main": "index.js",
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user