浏览代码

fixed git url

tags/0.1.3^0
Robin Thoni 8 年前
父节点
当前提交
7e3c3b33ac
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 2
    1
      .gitignore
  2. 4
    1
      bower.json

+ 2
- 1
.gitignore 查看文件

@@ -1,2 +1,3 @@
1 1
 /.idea
2
-/node_modules
2
+/node_modules
3
+/bower_components

+ 4
- 1
bower.json 查看文件

@@ -14,7 +14,10 @@
14 14
     "tests"
15 15
   ],
16 16
   "dependencies": {
17
-    "luticate-utils": "https://git.rthoni.com/repos/luticate-front/utils.git",
17
+    "luticate-utils": "https://git.rthoni.com/luticate/front-utils.git",
18 18
     "angular-local-storage": "~0.2.3"
19
+  },
20
+  "resolutions": {
21
+    "angular": "1.5.0"
19 22
   }
20 23
 }

正在加载...
取消
保存