Fix Bower (for now, need to switch to Yarn soon)

This commit is contained in:
Bernd Bestel 2018-07-08 13:51:29 +02:00
parent 02ea26b090
commit 6dd3c26ddd
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -1,3 +1,8 @@
{
"directory": "public/bower_components"
"directory": "public/bower_components",
"registry": {
"search": [
"https://registry.bower.io"
]
}
}