1
0
mirror of https://github.com/flarum/core.git synced 2025-07-27 03:30:28 +02:00

Rename package

This commit is contained in:
Toby Zerner
2018-10-17 13:44:48 +10:30
parent 6f5aca0476
commit 93b8aa0f7f

View File

@@ -1,5 +1,5 @@
{ {
"name": "flarum/flarum-ext-suspend", "name": "flarum/suspend",
"description": "Suspend users so they can't post.", "description": "Suspend users so they can't post.",
"type": "flarum-extension", "type": "flarum-extension",
"keywords": ["moderation"], "keywords": ["moderation"],
@@ -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-suspend" "source": "https://github.com/flarum/suspend"
}, },
"require": { "require": {
"flarum/core": "^0.1.0-beta.8" "flarum/core": "^0.1.0-beta.8"