Skip to content

Commit 69ac9b8

Browse files
committed
Update composer.json
1 parent 7c3b9bd commit 69ac9b8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"repository": [
2+
"repositories": [
33
{
44
"type": "package",
55
"package": {
@@ -28,23 +28,23 @@
2828
"exif",
2929
"thumbnail",
3030
"resizing"
31-
],
32-
"homepage": "https://github.com/blueimp/JavaScript-Load-Image",
33-
"author": {
34-
"name": "Sebastian Tschan",
35-
"url": "https://blueimp.net"
36-
},
37-
"maintainers": [
38-
{
39-
"name": "Sebastian Tschan",
40-
"url": "https://blueimp.net"
41-
}
42-
],
43-
"bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues",
44-
"license": "MIT"
31+
]
4532
}
4633
}
4734
],
35+
"homepage": "https://github.com/blueimp/JavaScript-Load-Image",
36+
"author": {
37+
"name": "Sebastian Tschan",
38+
"url": "https://blueimp.net"
39+
},
40+
"maintainers": [
41+
{
42+
"name": "Sebastian Tschan",
43+
"url": "https://blueimp.net"
44+
}
45+
],
46+
"bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues",
47+
"license": "MIT",
4848
"devDependencies": {
4949
"grunt": "~0.4.5",
5050
"grunt-contrib-uglify": "~0.5.1",

0 commit comments

Comments
 (0)