fix name attribute in bower.json

The package name cannot contain uppercase letters.
https://github.com/bower/spec/blob/master/json.md#name
This commit is contained in:
Mickael GOETZ 2017-03-07 12:53:17 +01:00 committed by GitHub
parent b5f4bba4e6
commit a0475e08ae

View file

@ -1,5 +1,5 @@
{
"name": "AdminLTE",
"name": "admin-lte",
"homepage": "http://almsaeedstudio.com",
"authors": [
"Abdullah Almsaeed <abdullah@almsaeedstudio.com>"