mirror of
https://github.com/twitter/twemoji.git
synced 2025-05-02 12:27:22 +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",
|
"version": "14.0.2",
|
||||||
"name": "twemoji",
|
"name": "@twemoji/api",
|
||||||
"license": [
|
"license": "MIT AND CC-BY-4.0",
|
||||||
"MIT",
|
|
||||||
"CC-BY-4.0"
|
|
||||||
],
|
|
||||||
"description": "A Unicode standard based way to implement emoji across all platforms.",
|
"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": [
|
"keywords": [
|
||||||
"emoji",
|
"emoji",
|
||||||
"DOM",
|
"DOM",
|
||||||
@ -21,13 +18,9 @@
|
|||||||
"phantomjs-prebuilt": "^2.1.16",
|
"phantomjs-prebuilt": "^2.1.16",
|
||||||
"uglify-js": "2.6.2"
|
"uglify-js": "2.6.2"
|
||||||
},
|
},
|
||||||
"author": {
|
|
||||||
"name": "Twitter, Inc.",
|
|
||||||
"web": "https://github.com/twitter/"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/twitter/twemoji.git"
|
"url": "git://github.com/jdecked/twemoji.git"
|
||||||
},
|
},
|
||||||
"main": "./dist/twemoji.npm.js",
|
"main": "./dist/twemoji.npm.js",
|
||||||
"module": "./dist/twemoji.esm.js",
|
"module": "./dist/twemoji.esm.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user