소스 검색

fixed bower.json

tags/0.1.0
Robin Thoni 8 년 전
부모
커밋
5b67d24ece
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      .gitignore
  2. 3
    0
      bower.json

+ 2
- 1
.gitignore 파일 보기

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

+ 3
- 0
bower.json 파일 보기

@@ -6,6 +6,9 @@
6 6
   ],
7 7
   "description": "Luticate front utils",
8 8
   "license": "MIT",
9
+  "dependencies": {
10
+    "angular-dialog-service": "~5.2.8"
11
+  },
9 12
   "ignore": [
10 13
     "**/.*",
11 14
     "node_modules",

Loading…
취소
저장