瀏覽代碼

fixed bower.json

tags/0.1.0
Robin Thoni 9 年之前
父節點
當前提交
5b67d24ece
共有 2 個檔案被更改,包括 5 行新增1 行删除
  1. 2
    1
      .gitignore
  2. 3
    0
      bower.json

+ 2
- 1
.gitignore 查看文件

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

+ 3
- 0
bower.json 查看文件

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

Loading…
取消
儲存