We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089c7a7 commit 8ac19acCopy full SHA for 8ac19ac
component.json
@@ -8,17 +8,17 @@
8
"component/jquery": "*"
9
},
10
"development": {},
11
- "scripts": [
+ "scripts": {
12
"compiled/jquery.mobile.js": "jquery.mobile.js"
13
- ],
14
- "styles": [
+ },
+ "styles": {
15
"compiled/jquery.mobile.css": "jquery.mobile.css"
16
17
- "files": [
+ "files": {
18
"compiled/images/ajax-loader.gif": "images/ajax-loader.gif",
19
"compiled/images/icons-18-black.png": "images/icons-18-black.png",
20
"compiled/images/icons-18-white.png": "images/icons-18-white.png",
21
"compiled/images/icons-36-black.png": "images/icons-36-black.png",
22
"compiled/images/icons-36-white.png": "images/icons-36-white.png"
23
- ]
+ }
24
}
0 commit comments