1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

Rename package

This commit is contained in:
Toby Zerner
2015-12-29 12:55:37 +10:30
parent 4cb764e603
commit 9af74f89d7

View File

@@ -1,5 +1,5 @@
{ {
"name": "flarum/mentions", "name": "flarum/flarum-ext-mentions",
"description": "Mention and reply to specific posts and users.", "description": "Mention and reply to specific posts and users.",
"type": "flarum-extension", "type": "flarum-extension",
"keywords": ["discussion"], "keywords": ["discussion"],
@@ -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/mentions" "source": "https://github.com/flarum/flarum-ext-mentions"
}, },
"require": { "require": {
"flarum/core": "^0.1.0-beta.3" "flarum/core": "^0.1.0-beta.3"