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

Rename package

This commit is contained in:
Toby Zerner
2015-12-29 12:55:05 +10:30
parent 5515ad91a5
commit 38de892d36

View File

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