Load Modernizr from Bower, lean build with Grunt
This commit is contained in:
15
package.json
15
package.json
@@ -8,12 +8,14 @@
|
||||
"url": "git://github.com/roots/roots.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url" : "https://github.com/roots/roots/issues"
|
||||
"url": "https://github.com/roots/roots/issues"
|
||||
},
|
||||
"licenses": [{
|
||||
"type": "MIT",
|
||||
"url": "http://opensource.org/licenses/MIT"
|
||||
}],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://opensource.org/licenses/MIT"
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
@@ -24,6 +26,7 @@
|
||||
"grunt-contrib-uglify": "~0.2.4",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt-contrib-less": "~0.8.1",
|
||||
"grunt-wp-version": "~0.1.0"
|
||||
"grunt-wp-version": "~0.1.0",
|
||||
"grunt-modernizr": "~0.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user