Skip to content

Commit 8ac19ac

Browse files
committed
Update component.json
1 parent 089c7a7 commit 8ac19ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

component.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"component/jquery": "*"
99
},
1010
"development": {},
11-
"scripts": [
11+
"scripts": {
1212
"compiled/jquery.mobile.js": "jquery.mobile.js"
13-
],
14-
"styles": [
13+
},
14+
"styles": {
1515
"compiled/jquery.mobile.css": "jquery.mobile.css"
16-
],
17-
"files": [
16+
},
17+
"files": {
1818
"compiled/images/ajax-loader.gif": "images/ajax-loader.gif",
1919
"compiled/images/icons-18-black.png": "images/icons-18-black.png",
2020
"compiled/images/icons-18-white.png": "images/icons-18-white.png",
2121
"compiled/images/icons-36-black.png": "images/icons-36-black.png",
2222
"compiled/images/icons-36-white.png": "images/icons-36-white.png"
23-
]
23+
}
2424
}

0 commit comments

Comments
 (0)