Explorar el Código

fixed git url

tags/0.1.3^0
Robin Thoni hace 8 años
padre
commit
7e3c3b33ac
Se han modificado 2 ficheros con 6 adiciones y 2 borrados
  1. 2
    1
      .gitignore
  2. 4
    1
      bower.json

+ 2
- 1
.gitignore Ver fichero

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

+ 4
- 1
bower.json Ver fichero

@@ -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
 }

Loading…
Cancelar
Guardar