Skip to content

Commit

Permalink
Fixed composer.json format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Skrypnyk committed Dec 10, 2019
1 parent 8c92d78 commit afd86e3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 32 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[*.js]
indent_size = 2

[composer.{json,lock}]
indent_size = 4

[*.{yml,yaml}]
indent_size = 2

[*.{sh,bash,bats}]
indent_size = 2
64 changes: 32 additions & 32 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "drupal/minisite",
"description": "Upload and serve arbitrary 'minisites' archives from a Drupal website.",
"keywords": [
"minisite",
"mini site",
"drupal"
],
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/minisite",
"authors": [
{
"name": "Joseph Zhao",
"email": "[email protected]"
"name": "drupal/minisite",
"description": "Upload and serve arbitrary 'minisites' archives from a Drupal website.",
"keywords": [
"minisite",
"mini site",
"drupal"
],
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/minisite",
"authors": [
{
"name": "Joseph Zhao",
"email": "[email protected]"
},
{
"name": "Jason Guo",
"email": "[email protected]"
},
{
"name": "Alex Skrypnyk",
"email": "[email protected]"
}
],
"support": {
"issues": "https://drupal.org/project/issues/minisite",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "https://git.drupalcode.org/project/minisite"
},
{
"name": "Jason Guo",
"email": "[email protected]"
},
{
"name": "Alex Skrypnyk",
"email": "[email protected]"
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"drupal/pathauto": "~1.0"
}
],
"support": {
"issues": "https://drupal.org/project/issues/minisite",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "https://git.drupalcode.org/project/minisite"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"drupal/pathauto": "~1.0"
}
}

0 comments on commit afd86e3

Please sign in to comment.