summarylogtreecommitdiffstats
path: root/build.patch
blob: 1ed026941e593515f8471008ad307fbc801c505a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/bower.json b/bower.json
index f5f4dc1..9df4296 100644
--- a/bower.json
+++ b/bower.json
@@ -25,6 +25,7 @@
   },
   "dependencies": {
     "kity": "^2.0.5",
+    "marked": "0.6.2",
     "kityminder-editor": "git://github.com/NaoTu/kityminder-editor#master",
     "bootbox.js": "bootbox#^4.4.0",
     "kityminder-core": "git://github.com/NaoTu/kityminder-core.git#dev"
@@ -69,6 +70,8 @@
     }
   },
   "resolutions": {
-    "angular": "~1.4.7"
+    "angular": "~1.4.7",
+    "marked": "0.6.2",
+    "seajs": "^3.0.0"
   }
 }