From a30d89677bb64685be2920b5a319338e918f2585 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 17 Oct 2018 13:44:48 +1030 Subject: [PATCH] Rename package --- extensions/sticky/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/sticky/composer.json b/extensions/sticky/composer.json index 5f0e5b5cd..e475bfee5 100644 --- a/extensions/sticky/composer.json +++ b/extensions/sticky/composer.json @@ -1,5 +1,5 @@ { - "name": "flarum/flarum-ext-sticky", + "name": "flarum/sticky", "description": "Pin discussions to the top of the list.", "type": "flarum-extension", "keywords": ["discussion"], @@ -12,7 +12,7 @@ ], "support": { "issues": "https://github.com/flarum/core/issues", - "source": "https://github.com/flarum/flarum-ext-sticky" + "source": "https://github.com/flarum/sticky" }, "require": { "flarum/core": "^0.1.0-beta.8"