From cc9ffa977d31a7ca8ef621cdce241767248811f5 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Wed, 7 Oct 2020 13:45:39 -0700 Subject: [PATCH] specify licenses in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0a873bd3e0a5..d999e4046531 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "name": "GitHub", "url": "https://github.com/github/docs" }, + "license": "(MIT AND CC-BY-4.0)", "dependencies": { "@babel/core": "^7.8.3", "@babel/plugin-transform-runtime": "^7.11.0",