From a0475e08ae09d1a83df8331867a6962f223a4fb8 Mon Sep 17 00:00:00 2001 From: Mickael GOETZ Date: Tue, 7 Mar 2017 12:53:17 +0100 Subject: [PATCH] fix name attribute in bower.json The package name cannot contain uppercase letters. https://github.com/bower/spec/blob/master/json.md#name --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 4f2059f206c..ef3a7f1f8e4 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "AdminLTE", + "name": "admin-lte", "homepage": "http://almsaeedstudio.com", "authors": [ "Abdullah Almsaeed "