Skip to content

Commit 4d9fdd3

Browse files
committed
fixing whitespace
1 parent 2a4350d commit 4d9fdd3

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

composer.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"name": "pattern-lab/core",
3-
"description": "The core functionality for Pattern Lab.",
4-
"keywords": ["pattern lab", "styleguide", "style guide", "atomic", "atomic design"],
5-
"homepage": "http://patternlab.io",
6-
"license": "MIT",
7-
"authors": [
8-
{
9-
"name": "Dave Olsen",
10-
"email": "[email protected]",
11-
"homepage": "http://dmolsen.com",
12-
"role": "Lead Developer"
13-
},
14-
{
15-
"name": "Brad Frost",
16-
"homepage": "http://bradfrostweb.com",
17-
"role": "Creator"
18-
}
19-
],
20-
"support": {
21-
"issues": "https://github.com/pattern-lab/patternlab-php-core/issues",
22-
"wiki": "http://patternlab.io/docs/",
23-
"source": "https://github.com/pattern-lab/patternlab-php-core/releases"
24-
},
25-
"autoload": {
26-
"psr-0": {
27-
"PatternLab": "src/"
28-
}
29-
},
30-
"require": {
31-
"php": ">=5.4",
32-
"michelf/php-markdown": "~1.5",
33-
"seld/jsonlint": "~1.3",
34-
"symfony/event-dispatcher": "~2.6",
35-
"symfony/filesystem": "~2.6.4",
36-
"symfony/finder": "~2.6",
37-
"symfony/yaml": "~2.6",
38-
"kevinlebrun/colors.php": "~0.4.1",
39-
"alchemy/zippy": "~0.2.1",
40-
"shudrum/array-finder": "^1.0.0"
41-
}
2+
"name": "pattern-lab/core",
3+
"description": "The core functionality for Pattern Lab.",
4+
"keywords": ["pattern lab", "styleguide", "style guide", "atomic", "atomic design"],
5+
"homepage": "http://patternlab.io",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Dave Olsen",
10+
"email": "[email protected]",
11+
"homepage": "http://dmolsen.com",
12+
"role": "Lead Developer"
13+
},
14+
{
15+
"name": "Brad Frost",
16+
"homepage": "http://bradfrostweb.com",
17+
"role": "Creator"
18+
}
19+
],
20+
"support": {
21+
"issues": "https://github.com/pattern-lab/patternlab-php-core/issues",
22+
"wiki": "http://patternlab.io/docs/",
23+
"source": "https://github.com/pattern-lab/patternlab-php-core/releases"
24+
},
25+
"autoload": {
26+
"psr-0": {
27+
"PatternLab": "src/"
28+
}
29+
},
30+
"require": {
31+
"php": ">=5.4",
32+
"michelf/php-markdown": "~1.5",
33+
"seld/jsonlint": "~1.3",
34+
"symfony/event-dispatcher": "~2.6",
35+
"symfony/filesystem": "~2.6.4",
36+
"symfony/finder": "~2.6",
37+
"symfony/yaml": "~2.6",
38+
"kevinlebrun/colors.php": "~0.4.1",
39+
"alchemy/zippy": "~0.2.1",
40+
"shudrum/array-finder": "^1.0.0"
41+
}
4242
}

0 commit comments

Comments
 (0)