12 lines
198 B
JSON
12 lines
198 B
JSON
{
|
|
"main": "modernizr",
|
|
"format": "global",
|
|
"shim": {
|
|
"feature-detects/*": ["../modernizr"]
|
|
},
|
|
"files": ["modernizr.js", "feature-detects"],
|
|
"buildConfig": {
|
|
"uglify": true
|
|
}
|
|
}
|