1
0
mirror of https://github.com/flarum/core.git synced 2025-07-29 04:30:56 +02:00

Rename package

This commit is contained in:
Toby Zerner
2015-12-29 12:55:55 +10:30
parent 73e78ef80c
commit 9c7ded61fc

View File

@@ -1,5 +1,5 @@
{ {
"name": "flarum/suspend", "name": "flarum/flarum-ext-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/suspend" "source": "https://github.com/flarum/flarum-ext-suspend"
}, },
"require": { "require": {
"flarum/core": "^0.1.0-beta.3" "flarum/core": "^0.1.0-beta.3"
@@ -32,4 +32,4 @@
} }
} }
} }
} }