Update and rename Modernizr@master.json to Modernizr@2.7.1.json

This commit is contained in:
Guy Bedford
2013-12-05 17:30:15 +02:00
parent ae2bda93d3
commit 52f50a1bd0
2 changed files with 11 additions and 15 deletions
@@ -0,0 +1,11 @@
{
"main": "modernizr",
"format": "global",
"shim": {
"feature-detects/*": ["modernizr"]
},
"files": ["modernizr.js", "feature-detects"],
"buildConfig": {
"uglify": true
}
}
@@ -1,15 +0,0 @@
{
"main": "src/Modernizr",
"format": "amd",
"map": {
"*": "./src/*"
},
"shim": {
"feature-detects/*": ["Modernizr"],
"feature-detects/*/*": ["Modernizr"]
},
"ignore": ["media", "test", "lib", "bin"],
"buildConfig": {
"uglify": true
}
}