Skip to content

Commit

Permalink
fix: 迁移部分依赖项
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafrok committed Aug 28, 2018
1 parent 13efd4c commit c1d1ac7
Show file tree
Hide file tree
Showing 5 changed files with 853 additions and 794 deletions.
3 changes: 2 additions & 1 deletion .bowerrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"directory": "bower_components",
"allow_root": true
"allow_root": true,
"registry": "https://registry.bower.io"
}
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"angular-ui-codemirror": "~0.2.3",
"codemirror": "~4.8.0",
"marked": "git://github.com/chjj/marked.git#master",
"kity": "~2.0.0",
"hotbox": "~1.0.2",
"color-picker": "~1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1 class="editor-title">KityMinder Editor - Powered By FEX</h1>
<script src="bower_components/codemirror/mode/gfm/gfm.js"></script>
<script src="bower_components/angular-ui-codemirror/ui-codemirror.js"></script>
<script src="bower_components/marked/lib/marked.js"></script>
<script src="bower_components/kity/dist/kity.js"></script>
<script src="node_modules/kity/dist/kity.js"></script>
<script src="bower_components/hotbox/hotbox.js"></script>
<script src="bower_components/json-diff/json-diff.js"></script>
<script src="node_modules/kityminder-core/dist/kityminder.core.js"></script>
Expand Down
Loading

0 comments on commit c1d1ac7

Please sign in to comment.