Set Bower's "json" setting to bower.json for greater compatibility

This commit is contained in:
Eric Ferraiuolo 2013-05-24 17:25:08 +01:00
parent 10d354d347
commit 567feb3a87

View File

@ -1,3 +1,4 @@
{
"directory": "bower_components"
"directory": "bower_components",
"json" : "bower.json"
}