From 2267f3e160d0237bedae31db486ece001ba8cd86 Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Thu, 6 Jul 2017 16:22:48 -0500 Subject: [PATCH] Add license to package.json This allows `yarn licenses` to properly generate attribution --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 929ba99..d745246 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ , "homepage" : "https://github.com/qiao/difflib.js" , "keywords" : ["diff"] , "author" : "Xueqiao Xu " + , "license" : "Python-2.0" , "main" : "./index.js" , "dependencies" : { "heap" : ">= 0.2.0"