From 6b8d67136957d7a748dfc08fba4c2822e3e8a205 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Mon, 21 Jun 2021 10:47:34 +0200 Subject: [PATCH] Use SPDX expression in package license field We use an SPDX expression for the `license` field in `package.json` instead of the non-standard list of licenses. This is the standard format that [NPM recommends][1]. [1]: https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 5cac11280..af57b6daa 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,7 @@ { "version": "13.1.0", "name": "twemoji", - "license": [ - "MIT", - "CC-BY-4.0" - ], + "license": "(MIT AND CC-BY-4.0)", "description": "A Unicode 13.0 standard based way to implement emoji across all platforms.", "homepage": "https://github.com/twitter/twemoji", "keywords": [