From d333fd62718a13a09d67de1db8239a23a08c78b8 Mon Sep 17 00:00:00 2001 From: "Kyle E. Mitchell" Date: Sat, 6 Feb 2016 21:30:27 -0800 Subject: [PATCH] Add license property to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1c356d8..42a92a3 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "email": "jhs@iriscouch.com" }, "description": "Browser port of the Node.js 'request' package", + "license": "Apache-2.0", "keywords": [ "request", "http",