1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Rename package

This commit is contained in:
Toby Zerner
2018-10-17 13:44:47 +10:30
parent d618d69dcf
commit e385961d90

View File

@@ -1,5 +1,5 @@
{ {
"name": "flarum/flarum-ext-emoji", "name": "flarum/emoji",
"description": "Convert text and unicode emoji into Twemoji.", "description": "Convert text and unicode emoji into Twemoji.",
"type": "flarum-extension", "type": "flarum-extension",
"keywords": ["formatting"], "keywords": ["formatting"],
@@ -12,7 +12,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/flarum/core/issues", "issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum-ext-emoji" "source": "https://github.com/flarum/emoji"
}, },
"require": { "require": {
"flarum/core": "^0.1.0-beta.8" "flarum/core": "^0.1.0-beta.8"