-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alex Skrypnyk
committed
Dec 10, 2019
1 parent
8c92d78
commit afd86e3
Showing
2 changed files
with
43 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |