Browse Source

fixed git url

tags/0.1.3^0
Robin Thoni 8 years ago
parent
commit
7e3c3b33ac
2 changed files with 6 additions and 2 deletions
  1. 2
    1
      .gitignore
  2. 4
    1
      bower.json

+ 2
- 1
.gitignore View File

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

+ 4
- 1
bower.json View File

14
     "tests"
14
     "tests"
15
   ],
15
   ],
16
   "dependencies": {
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
     "angular-local-storage": "~0.2.3"
18
     "angular-local-storage": "~0.2.3"
19
+  },
20
+  "resolutions": {
21
+    "angular": "1.5.0"
19
   }
22
   }
20
 }
23
 }

Loading…
Cancel
Save