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

Rename package

This commit is contained in:
Toby Zerner
2015-12-29 12:55:46 +10:30
parent a6a9e87873
commit 85c71af3a5

View File

@@ -1,5 +1,5 @@
{ {
"name": "flarum/sticky", "name": "flarum/flarum-ext-sticky",
"description": "Pin discussions to the top of the list.", "description": "Pin discussions to the top of the list.",
"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/sticky" "source": "https://github.com/flarum/flarum-ext-sticky"
}, },
"require": { "require": {
"flarum/core": "^0.1.0-beta.3" "flarum/core": "^0.1.0-beta.3"