Skip to content

Commit

Permalink
修复因marked库更新导致打包错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ACTom committed Apr 20, 2019
1 parent d8e4b01 commit 7eaca87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -69,6 +70,8 @@
}
},
"resolutions": {
"angular": "~1.4.7"
"angular": "~1.4.7",
"marked": "0.6.2",
"seajs": "^3.0.0"
}
}

0 comments on commit 7eaca87

Please sign in to comment.