Skip to content

Commit

Permalink
changed package name, added editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Klabbers committed Jan 26, 2017
1 parent 7ca1379 commit 0cb57eb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
[*.md]
indent_size = 2
trim_trailing_whitespace = false
23 changes: 15 additions & 8 deletions composer.json
@@ -1,7 +1,11 @@
{
"name": "flagrow/flarum-ext-split",
"description": "Split a forum discussion into single discussions.",
"keywords": ["split", "flarum", "flagrow"],
"name": "flagrow/split",
"description": "Separate posts from one discussion into its own, splits discussions.",
"keywords": [
"split",
"flarum",
"flagrow"
],
"type": "flarum-extension",
"license": "MIT",
"authors": [
Expand All @@ -11,16 +15,19 @@
},
{
"name": "Daniël Klabbers",
"email": "daniel+flarum@klabbers.email",
"homepage": "http://hyn.io"
"email": "daniel+flarum@klabbers.email"
},
{
"name": "Connor Davis",
"email": "davis@produes.co"
}
],
"support": {
"issues": "https://github.com/flagrow/flarum-ext-split/issues",
"source": "https://github.com/flagrow/flarum-ext-split"
"issues": "https://github.com/flagrow/split/issues",
"source": "https://github.com/flagrow/split"
},
"require": {
"flarum/core": "^0.1.0-beta.4"
"flarum/core": "^0.1.0-beta.6"
},
"extra": {
"flarum-extension": {
Expand Down

0 comments on commit 0cb57eb

Please sign in to comment.