mirror of
https://github.com/twitter/twemoji.git
synced 2025-04-29 02:47:25 +09:00
package.json: rename package, update git links, remove specified single author field, change license field from array to string (same licenses)
This commit is contained in:
parent
d94f4cf793
commit
f4e653936f
15
package.json
15
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user