浏览代码

fix name attribute in bower.json

The package name cannot contain uppercase letters.
https://github.com/bower/spec/blob/master/json.md#name
Mickael GOETZ 8 年之前
父节点
当前提交
a0475e08ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bower.json

+ 1 - 1
bower.json

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