Skip to content

Commit d6a76f5

Browse files
committed
Components: reformat component.json to a more standard indentation scheme.
1 parent 4fa3b14 commit d6a76f5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

component.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
"repo": "rstacruz/jquery.transit",
44
"description": "Smooth CSS3 transitions and transformations for jQuery.",
55
"version": "0.9.9",
6-
"keywords": ["css3", "animation", "transition"],
6+
"keywords": [
7+
"css3",
8+
"animation",
9+
"transition"
10+
],
711
"dependencies": {
812
"component/jquery": "*"
913
},
1014
"development": {},
1115
"license": "MIT",
12-
"scripts": [ "jquery.transit.js" ]
16+
"scripts": [
17+
"jquery.transit.js"
18+
]
1319
}

0 commit comments

Comments
 (0)