1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 13:10:24 +02:00

Rename package

This commit is contained in:
Toby Zerner
2018-10-17 13:44:48 +10:30
parent 3fda95bd34
commit 068f55e8e6

View File

@@ -1,5 +1,5 @@
{
"name": "flarum/flarum-ext-mentions",
"name": "flarum/mentions",
"description": "Mention and reply to specific posts and users.",
"type": "flarum-extension",
"keywords": ["discussion"],
@@ -12,7 +12,7 @@
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum-ext-mentions"
"source": "https://github.com/flarum/mentions"
},
"require": {
"flarum/core": "^0.1.0-beta.8"