1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-15 03:35:16 +00:00

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
This commit is contained in:
Thomas Scholtes 2021-06-21 10:47:34 +02:00
parent ff403353b5
commit 6b8d671369
No known key found for this signature in database
GPG Key ID: 57D10D0452DB0EA6

View File

@ -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": [