From 15c61eccf8401c0b8bd31014feec3faf380b500b Mon Sep 17 00:00:00 2001 From: Wayne Foley Date: Fri, 15 Apr 2016 15:56:47 -0700 Subject: [PATCH] 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. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 69098da..d2db648 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "A commandline utility to convert JSON to YAML / YML", "keywords": ["yml", "yaml", "json", "cli", "util"], "version": "1.0.3", + "license": "Apache-2.0", "main": "index.js", "repository": { "type": "git",