From f4e653936f0e9c2c91c7212aed1c6749064e5467 Mon Sep 17 00:00:00 2001 From: Justine De Caires Date: Tue, 10 Jan 2023 13:07:16 -0600 Subject: [PATCH] package.json: rename package, update git links, remove specified single author field, change license field from array to string (same licenses) --- package.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 6c277d15..ac24a662 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,9 @@ { "version": "14.0.2", - "name": "twemoji", - "license": [ - "MIT", - "CC-BY-4.0" - ], + "name": "@twemoji/api", + "license": "MIT AND CC-BY-4.0", "description": "A Unicode standard based way to implement emoji across all platforms.", - "homepage": "https://github.com/twitter/twemoji", + "homepage": "https://github.com/jdecked/twemoji", "keywords": [ "emoji", "DOM", @@ -21,13 +18,9 @@ "phantomjs-prebuilt": "^2.1.16", "uglify-js": "2.6.2" }, - "author": { - "name": "Twitter, Inc.", - "web": "https://github.com/twitter/" - }, "repository": { "type": "git", - "url": "git://github.com/twitter/twemoji.git" + "url": "git://github.com/jdecked/twemoji.git" }, "main": "./dist/twemoji.npm.js", "module": "./dist/twemoji.esm.js",