Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update twemoji w/ git auto-update #1720

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions packages/t/twemoji.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in packages/t/twemoji.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

filename is missing

Check warning on line 1 in packages/t/twemoji.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

filename is missing
"name": "twemoji",
"description": "A Unicode standard based way to implement emoji across all platforms.",
"keywords": [
Expand All @@ -12,7 +12,7 @@
],
"autoupdate": {
"source": "git",
"target": "git://github.com/twitter/twemoji.git",
"target": "git://github.com/jdecked/twemoji.git",
"fileMap": [
{
"basePath": "assets",
Expand All @@ -25,14 +25,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/twitter/twemoji.git"
"url": "https://github.com/jdecked/twemoji.git"
},
"authors": [
{
"name": "Twitter, Inc.",
"url": "https://github.com/twitter/"
}
],
"license": "(MIT OR CC-BY-4.0)",
"optimization": {
"png": false
Expand Down
Loading