1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 14:37:49 +02:00

Rename package

This commit is contained in:
Toby Zerner
2018-10-17 13:44:47 +10:30
parent 0944d34cc3
commit 79fe257ad4

View File

@@ -1,5 +1,5 @@
{
"name": "flarum/flarum-ext-bbcode",
"name": "flarum/bbcode",
"description": "Allow posts to be formatted with BBCode.",
"type": "flarum-extension",
"keywords": ["formatting"],
@@ -12,7 +12,7 @@
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum-ext-bbcode"
"source": "https://github.com/flarum/bbcode"
},
"require": {
"flarum/core": "^0.1.0-beta.8"