Skip to content

Commit ffd3644

Browse files
committed
Update composer.json
Improved code alignment.
1 parent 40cba71 commit ffd3644

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

composer.json

+10-12
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22
"name": "enyo/dropzone",
33
"description": "Handles drag and drop of files for you.",
44
"homepage": "http://www.dropzonejs.com",
5-
"keywords": [
6-
"dragndrop",
7-
"drag and drop",
8-
"file upload",
9-
"upload"
10-
],
11-
"authors": [
12-
{
13-
"name": "Matias Meno",
14-
"email": "[email protected]",
15-
"homepage": "http://www.matiasmeno.com"
16-
}
5+
"keywords": [
6+
"dragndrop",
7+
"drag and drop",
8+
"file upload",
9+
"upload"
1710
],
11+
"authors": [{
12+
"name": "Matias Meno",
13+
"email": "[email protected]",
14+
"homepage": "http://www.matiasmeno.com"
15+
}],
1816
"license": "MIT",
1917
"minimum-stability": "dev"
2018
}

0 commit comments

Comments
 (0)